PDA

Click to See Complete Forum and Search --> : javascript: move insertion point?


benski
Jan 10th, 2001, 06:39 AM
Anyone know if you can move the cursor (insertion point) in a text box using javascript?

Ianpbaker
Jan 10th, 2001, 07:06 AM
hi benski

do you mean document.formname.textbox.focus(); ?


Ian