HTML元素设置焦点的方法
2014-09-23来源:易贤网

代码如下:

<body

<form action="" method="post" name="form1" >

<input type="text" id="id" />

</form>

</body>

<script> function myfocus() { document.getElementById('id').focus(); } </script>

更多信息请查看IT技术专栏

推荐信息