SyntaxFix
Write A Post
Hire A Developer
Questions
For getting back focus to retype password text box in javascript:
window.setTimeout(function() { document.forms["reg"]["retypepwd"].focus(); },0);
Here, reg is the registration form name.
reg