滚天在线
分享互联网,分享快乐!www.Gonten.com

code       打开hao123主页,光标马上就会停在百度的搜索框里,打开百度也是这样,访客可以直接输入关键字来搜索,而不用将光标指在输入框并点击才激活,这样也就方便了网民。

       这是怎么实现的呢?其实也就是一段JavaScript代码而已,看下面的代码:

把body标签改成:

<body onLoad=”document.Gonten_form.Gonten_input.focus()”>

其中Gonten_form 为表单名,Gonten_input为输入框名称

需要聚焦的输入框:

<form method=”get” name=”Gonten_form” action=”"><input type=”text” name=”Gonten_input” size=”20″ /><input type=”submit” value=”搜索” /></form>

相关文章

本文地址:http://www.gonten.com/javascript-input-focus/ 转载请务必以超链接形式注明!