It might just be CF's auto-generated JavaScript messing things up. On a site I've been working on we've been using plain HTML forms, but on one page we needed to use CFFORM. That one page messed with the focus and caused us to jump through a bunch of hoops so that it didn't break our 508 compliance.
I ended up putting JavaScript at the bottom of the page (just before the closing BODY tag) to put the focus where I wanted it. -----Original Message----- From: Bryan Stevenson [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 12, 2006 2:31 PM To: CF-Talk Subject: Re: input box "focus" Perhaps CFFORM is messing with the form name? try a normal form tag and see if that helps ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:237592 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

