TudorSmith
Programmer
Hi Folks
I have a page which the user enters sales figures in INPUT boxes on a form.
When he's completed all the enteries, he clicks a button called "SAVE RECORD" and the entries are written to the database.
My issue is that when the user clicks <RETURN> or <ENTER> on the keyboard, the "SAVE RECORD" button is intiated and passes the data to the SAveRecord.ASP page...even if it's incomplete!
Is there any way ot diasable the Key Stroke for <ENTER> while the user enters the data, and only have it intitalized when the user clicks the button with the mouse?
Thanks
Tudor
birklea ~©¿©~ <><
Dim objJedi as Jedi.Knight
Set objJedi[skyWalker].Aniken = FatherOf(useThe.Force(objJedi[skyWalker].luke))
I have a page which the user enters sales figures in INPUT boxes on a form.
When he's completed all the enteries, he clicks a button called "SAVE RECORD" and the entries are written to the database.
My issue is that when the user clicks <RETURN> or <ENTER> on the keyboard, the "SAVE RECORD" button is intiated and passes the data to the SAveRecord.ASP page...even if it's incomplete!
Is there any way ot diasable the Key Stroke for <ENTER> while the user enters the data, and only have it intitalized when the user clicks the button with the mouse?
Thanks
Tudor
birklea ~©¿©~ <><
Dim objJedi as Jedi.Knight
Set objJedi[skyWalker].Aniken = FatherOf(useThe.Force(objJedi[skyWalker].luke))