Wolfenstein
Sat 27 August 2005, 10:56 pm GMT +0300
I was searching this one for a while, so I thought it would be nice to share it.
Well if you want to set the cursor on a textbox use something like this :
Well if you want to set the cursor on a textbox use something like this :
Code:
document.forms.form_name.field_name.focus();