查看: 754|回复: 2
|
input box的问题。
[复制链接]
|
|
就是,每当我开那个 web page 的时候。
他会auto select那个input box不用user去click她,
就可以type 东东料。
谢谢各位大大先。 |
|
|
|
|
|
|
|
发表于 16-12-2005 01:46 PM
|
显示全部楼层
<HEAD>
<!-- set focus to a field with the name "searchcontent" in your form -->
<script type="text/javascript">
function setfocus()
{
document.forms[0].searchcontent.focus()
}
</script>
</HEAD>
<BODY BGCOLOR="#ffffff" onload=setfocus()>
... |
|
|
|
|
|
|
|

楼主 |
发表于 16-12-2005 02:47 PM
|
显示全部楼层
- <html>
- <HEAD>
- <body onLoad="document.form.other.focus()">
- <form name=form>
- <input type=text name=other>
- <input type=text name=start>
- </form>
- </body>
- </body>
- </html>
复制代码
谢谢 pengkiat 的回复。
我也找到了一个。 |
|
|
|
|
|
|
| |
本周最热论坛帖子
|