howdy,
can anybody tell me how to go to the next textbox on a form when hitting the <ENTER> key?
I've tried "onKeydown=DoSomething(event.Keycode)" in Javascript but get an "undefined" value when openeing an alertbox to check the value of the key that was hit.
You can use "sub myForm_onKeyDown" but how do I get the "key-that-was-hit"-value?
thanks jacobus
can anybody tell me how to go to the next textbox on a form when hitting the <ENTER> key?
I've tried "onKeydown=DoSomething(event.Keycode)" in Javascript but get an "undefined" value when openeing an alertbox to check the value of the key that was hit.
You can use "sub myForm_onKeyDown" but how do I get the "key-that-was-hit"-value?
thanks jacobus