M
marc.morrison
Hi,
is it possible to change the default focus on submit buttons?
I have a delete and a save button and because the delete button comes
first I believe this is the default (i.e. hitting enter will invoke
this button).
I've tried
document.forms[0].elements["saveButton"].focus();
when the page loads up but after clicking on the screen the focus goes
bak to the delete button.
Any help appreciated.
Tahnks!
is it possible to change the default focus on submit buttons?
I have a delete and a save button and because the delete button comes
first I believe this is the default (i.e. hitting enter will invoke
this button).
I've tried
document.forms[0].elements["saveButton"].focus();
when the page loads up but after clicking on the screen the focus goes
bak to the delete button.
Any help appreciated.
Tahnks!