Cursor position and backspace button

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
 
P

Patrick Altman

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

Patrick Altman
<><
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top