Hi !
Is there any way to trap the arrow key event that works in both IE and NN. Could anyone give me the sample code to do this. Early reply is appreciated, as it is urgent.
Hi Jaren !
The link u had given was really very helpful. But my requirement is a bit more restricted. That is, I got to trap the arrow key event from text field which should be browser compatible. Could u help me in this regard.
oh, the textfield arrow trapping issue!!! I endured long hours of stress from that problem. I know in IE/NS6 (bubbling), you can trap it onkeydown if you attach a handler to the document. Otherwise, for NS4, I'm not sure, but as events trickle down from the window, you can probably grab them in the document as well. jared@aauser.com -
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.