编辑文本后点击显示结果
www.WoYouXian.net 我有闲 IT 教程
<html> <head> <script type="text/javascript"> function setHeight() { document.getElementById("b1").style.height="50px"; } </script> </head> <body> <input type="button" id="b1" onclick="setHeight()" value="Change height of button to 50 px" /> </body> </html>
© 2007-2008 woyouxian.net 版权所有
Contact Us