すぐに入力可能にする


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <body onLoad="document.login.handle_name.focus();">
  2. <form name="login" action="login.php">
  3. <input type="text" name="handle_name">
  4. <input type="password" name="pass">
  5. </form>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.