Previous | Next | (P-PDF) JavaScript
Topic: AutoTab and backspace key
Conf: (P-PDF) JavaScript, Msg: 104487
From: george
Date: 1/23/2004 06:34 PM
A simple way would be to add the following line as the first line of your function:
if (event.change == "") return;
This would allow both the backspace and delete key to work.
George