<html> <body> <form> <input type="submit" id="submit1" name="submit1" /> </form> <p>The name of the submit button is: <script type="text/javascript"> x=document.getElementById('submit1'); document.write(x.name); </script></p> </body> </html>
结果:
编辑上面的代码,点击查看结果。
yige.org
- 试一个