首页 > 编程 > HTML > 正文

HTML元素设置焦点的方法

2019-10-26 17:17:10
字体:
来源:转载
供稿:网友

复制代码
代码如下:
<body
<form action="" method="post" name="form1" >

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

</form>

</body>

<script> function myfocus() { document.getElementById('id').focus(); } </script>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表

图片精选