> Is there an alternative to the > > <body onload="document.forms.LoginForm.UserEmailAddress.focus();">
You can try.. an inline script at the end of your page like.. </body> </html> <script language="JavaScript"> document.forms[0].elements['UserEmailAddress'].focus(); </script> Joe Eugene > -----Original Message----- > From: Tilbrook, Peter [mailto:[EMAIL PROTECTED] > Sent: Sunday, March 02, 2003 11:28 PM > To: CF-Talk > Subject: OnLoad for <cfinput>? > > > Is there an alternative to the > > <body onload="document.forms.LoginForm.UserEmailAddress.focus();"> > > For use with the <cfinput> tag? The above only works on standard > FORM input > tags - not CFFORM. > > == > Peter Tilbrook > Internet Applications Developer > Australian Building Codes Board > GPO Box 9839 > CANBERRA ACT 2601 > AUSTRALIA > > WWW: http://www.abcb.gov.au/ > E-Mail: [EMAIL PROTECTED] > Telephone: +61 (02) 6213 6731 > Mobile: 0439 401 823 > Facsimile: +61 (02) 6213 7287 > > -----Original Message----- > From: Tilbrook, Peter > Sent: Monday, 3 March 2003 2:55 PM > To: CF-Talk > Subject: RE: MXDU (was: msft taking over macromedia > > > Daemon did a great job! The are currently beavering away making changes to > the website to feature content from the conference > (photos/keynotes, etc) at > www.mxdu.com - should go online this week. > > Oh! And Ben Forta CAN give keynote speeches! He's quite funny actually! > > == > Peter Tilbrook > Internet Applications Developer > Australian Building Codes Board > GPO Box 9839 > CANBERRA ACT 2601 > AUSTRALIA > > WWW: http://www.abcb.gov.au/ > E-Mail: [EMAIL PROTECTED] > Telephone: +61 (02) 6213 6731 > Mobile: 0439 401 823 > Facsimile: +61 (02) 6213 7287 > > -----Original Message----- > From: Sean A Corfield [mailto:[EMAIL PROTECTED] > Sent: Monday, 3 March 2003 2:43 PM > To: CF-Talk > Subject: MXDU (was: msft taking over macromedia > > > On Sunday, Mar 2, 2003, at 19:31 US/Pacific, Tilbrook, Peter wrote: > > Exchange is about as good as they come. They use it here. > > Unfortunately, > > from a developer's point of view, it can be frustrating when writing > > applications that send/receive email. > > Or trying to integrate with it from anything but a Visual XYZ program :) > > > We missed you at the MXDU too Sean! > > Yeah, I'm bummed I couldn't get there... lots of last minute > insanity... I felt sorry for poor Geoff who ended up running around > like a loony trying to keep the conference on track. Sounds like it was > a roaring success tho'? > > Hopefully, I might be in a better position to make next year's MXDU... > > Sean A Corfield -- http://www.corfield.org/blog/ > > "If you're not annoying somebody, you're not really alive." > -- Margaret Atwood > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Signup for the Fusion Authority news alert and keep up with the latest news in ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

