码迷,mamicode.com
首页 > 其他好文 > 详细

点击按钮 变换文字

时间:2014-08-12 16:57:04      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:blog   http   io   2014   cti   html   log   htm   

<HTML>
<head>
<title>变换网页文字</title>
<script>
function clicke(){
document.getElementById("111").innerHTML="58同城";
}
</script>
</head>
<body>
<p id="111">这是一个神奇的网站</p>
<table>
<tr>
<td><input type="button" onClick="clicke()" value="who"/></td>
</tr>
</table>
</body>
</HTML>

bubuko.com,布布扣

bubuko.com,布布扣

点击按钮 变换文字,布布扣,bubuko.com

点击按钮 变换文字

标签:blog   http   io   2014   cti   html   log   htm   

原文地址:http://www.cnblogs.com/moliwanzi/p/3907419.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!