posted 18 years ago
I am adding rows to a table using my javascript function.
I am handling Esc key keydown event on all the cells of the row, which has textbox. When i press Esc key twice from inside an added row textbox, all the contents from all the added row textboxes vanishes. This happen only when i press Esc twice, but not on single Esc. what is that event i have to handle for this? pls help me.
I have tried to handle the key on keyup and keypress events also. but i get the same result.
regards,
Surendar prabu