how do you make a form field active when the page loads :: its for a login page so that you don't have to click the text box to fill it in
Thanks
1.name your form. (name="" attribute.) 2. Then just use: <BODY OnLoad="document.FORMNAME.FIELD.focus();">