P
Paul Lautman
Hi y'all,
In IE using this trick
onKeyDown="if (window.event.keyCode==13) window.event.keyCode=9;
(from http://support.microsoft.com/default.aspx/kb/828907)
I can cause an enter key press in an input box to tab to the next field.
However in Firefox keyCode is a get only property.
How can I make Firefox issue a tab in response to an enter press?
TIA
Regards
Paul
In IE using this trick
onKeyDown="if (window.event.keyCode==13) window.event.keyCode=9;
(from http://support.microsoft.com/default.aspx/kb/828907)
I can cause an enter key press in an input box to tab to the next field.
However in Firefox keyCode is a get only property.
How can I make Firefox issue a tab in response to an enter press?
TIA
Regards
Paul