[ic] Form field auto focus

DB DB at M-and-D.com
Thu Jan 10 21:44:14 EST 2008


I want to have the cursor automatically positioned into a certain form 
field when my page loads. I've found that this can be done using

<body onLoad=”FormName.FieldName.focus();”>

where FormName is the name of the form and FieldName is the name of the 
desire field.

I'm having trouble getting this to work in my IC page where my form's 
name is [area search]. Does anyone have a suggestion?

DB


More information about the interchange-users mailing list