Anyone know if you can move the cursor (insertion point) in a text box using javascript?
Printable View
Anyone know if you can move the cursor (insertion point) in a text box using javascript?
hi benski
do you mean document.formname.textbox.focus(); ?
Ian