> Is there an easy way to put the focus on a field in a
> form when the page is opened without using JavaScript?
Without JavaScript? No. But why would you not want to use JavaScript? It's
easy, and at least 98% of your audience will have it enabled. Something like
this:
<body onLoad="document.formname.fieldname.focus();">
-Ron
______________________________________________________________________
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives........ http://www.mail-archive.com/[email protected]
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe.................... mailto:[EMAIL PROTECTED]
To Unsubscribe................ mailto:[EMAIL PROTECTED]