-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

hi Dave,

In the <head> of your page:

<script>
<!--
function setfocus() {
document.form.focus();
}
// --></script>


In the <body>:

onLoad=setfocus()

and your form...

<form action="whatever.cfm" method=get name="form">


HTH

Aaron Johnson, MCSE, MCP+I
Allaire Certified ColdFusion Developer
MINDSEYE, Inc.
<phn>617.350.0339
<fax>617.350.8884
<icq>66172567
[EMAIL PROTECTED]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to