html,onload,启动,焦点,focus

<html>
<head>
</head>
<body ONLOAD=”window.document.forms[0].site.focus();”>
<div align=”center”>
<form action=”" method=”post” name=”form1″>
<br><br><br><br><br><br>
<input type=”text” size=”35″ name=”site”>
<input type=”submit” name=”submit”>
</form>
</div>
</body>
</html>

Post a Comment

You must be logged in to post a comment.