Re: 'tab' and 'enter' keyboard events.

2007-10-09 Thread Gerolf Seitz
do something like: don't know if you have to use onkeypress, onkeydown, onkeyup, but you get the idea. gerolf On 10/9/07, lizz <[EMAIL PROTECTED]> wrote: > > > I have a panel with some text fields and two buttons (button A and B) > I would like the 'ENTER' keyboard event to behave the same way a

'tab' and 'enter' keyboard events.

2007-10-09 Thread lizz
I have a panel with some text fields and two buttons (button A and B) I would like the 'ENTER' keyboard event to behave the same way as the 'tab' keyboard event (that is move on to the next text field) Currently button A is clicked when the the 'enter' key is pressed in a text field and I dont wan