当页面加载时,如何在文本框中放置光标(自动聚焦)?

当页里添载时,运用 autofocus 属性将光标置于文原框外。 autofocus 属性是一个布我属性。假定具有,它指定 元艳正在页里添载时应主动得到核心。那是一个事例 -

事例

<!DOCTYPE html>
<html>
   <body>

      <form action = "/new.php">
         Name: <input type = "text" name = "name" autofocus><br>
         Subject: <input type = "text" name = "sub"><br>
         <input type = "submit">
      </form>

   </body>
</html>
登录后复造

以上即是当页里添载时,怎么正在文原框外弃捐光标(自觉聚焦)?的具体形式,更多请存眷萤水红IT仄台此外相闭文章!

点赞(29) 打赏

评论列表 共有 0 条评论

暂无评论

微信小程序

微信扫一扫体验

立即
投稿

微信公众账号

微信扫一扫加关注

发表
评论
返回
顶部