Cursor position and backspace button

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

In my login page I have 2 textbox and one submit button. I also have a keypad
for users to enter text to the textbox. I need the coding for backspace
button that can be used for both textbox. The one I found can only be used
for one textbox. Is there any way to find the cursor position and how do I do
that?

Thanx in advance
 
You'll need to capture key events using JavaScript hooks. You'll have
more help on a JavaScript board.

Patrick Altman
<><
 
Back
Top