When the user loads the "Submit" page I want to auto-focus on a certain form input. How do I do this?
Auto Focus
Started by Ronin, Apr 26 2007 06:43 AM
3 replies to this topic
#1
Posted 26 April 2007 - 06:43 AM
|
|
|
#2
Posted 27 April 2007 - 08:07 AM
I have seen this feature on Gmail.com page,
you can just snoop on it and get the magic code. that is what I do most of the times.
Good luck my friend.
you can just snoop on it and get the magic code. that is what I do most of the times.
Good luck my friend.
#3
Guest_NeedHelp_*
Posted 27 April 2007 - 01:47 PM
Guest_NeedHelp_*
Easy, just do:
document.yourForm.objectName.focus();
#4
Posted 01 May 2007 - 03:52 AM
Nice, thanks! I wrote a function to do this in JavaScript, perfect.


Sign In
Create Account


Back to top









