這次帶給大家html的元素如何設定焦點,html的元素設定焦點的注意事項有哪些,以下就是實戰案例,一起來看一下。
程式碼如下:
<body <form action="" method="post" name="form1" > <input type="text" id="id" /> </form> </body> <script> function myfocus() { document.getElementById('id').focus(); } </script>
相信看了這些案例你已經掌握了方法,更多精彩請關注php中文網其它相關文章!
相關閱讀:
#以上是html的元素如何設定焦點的詳細內容。更多資訊請關注PHP中文網其他相關文章!