编辑下面的代码:
【加编码】
查看效果 »
<html> <head> <script> function setResult() { document.getElementById("pwd").size=40; } </script> </head> <body> <form> Password: <input type="password" id="pwd"> </form> <button type="button" onclick="setResult()">Set width</button> </body> </html>
结果:
【此窗口】
帮助?