|
On the webpage, I have a text field followed by a submit button. Problem occurs when I do the following steps:
1. type in the text field
2. press "tab" (then it highlights the outer boarder of the sumbit button with dotted lines)
3. press "enter"
Then I get an error message saying:
"A Runtime Error has occured,
Do you wish to Debug?
Line:0
Error: Object expected"
But if I press "tab" twice (instead of once) at step 2 stated above, then it works. Any tips on debugging this?
Thank you.
|