/ Published in: JavaScript
Unobtrusively attaches an onLoad event to the window.
Expand |
Embed | Plain Text
window.onload = function() { document.getElementById("email").focus(); };
You need to login to post a comment.
tylerhall on 11/01/06
1 person have marked this snippet as a favorite
Unobtrusively attaches an onLoad event to the window.
window.onload = function() { document.getElementById("email").focus(); };
You need to login to post a comment.