Default Buttons
I'm trying to set the default behavior in IE on a form with multiple buttons. Invariably, the first button placed on the screen is the button that behaves as clicked when the user presses ENTER.
I need to have a different button fire. I have already tried setting the TabIndex property and delteing the original "first" button and recreating it, both to no avail.
Any suggestions? Thanks.
|