View Full Version : Removing the focus on submit button
PauletteB
07-26-2002, 06:10 AM
How would one go about removing the automatic focus on the submit button when a form is loaded? (in IE...)
Roelf
07-26-2002, 07:07 AM
Try <input type="submit" onfocus="this.blur();">
PauletteB
07-26-2002, 06:34 PM
Roelf
I had tried various combos of onBlur to no avail. Short of assigning a styling attribute of a 0 border, the focus is always on even if an image is used as the background.
AH well...
Thanks for your reply nonetheless.
Paulette
vBulletin® v3.8.2, Copyright ©2000-2012, Jelsoft Enterprises Ltd.