I had a simple javascript statement in my <BODY> tag that said
Everything worked fine until I included a template file. Now I've lost focus on that form element. I can put the focus() function in the template's <BODY> tag, but I would have to do that for every form on my site. What's the syntax for setting focus to the form element in array [0]? That would solve my problems. Kevin
slanek@ssd.fsi.com
Code:
onLoad="form.element.focus();"
slanek@ssd.fsi.com