I had a similar problem, the way that I solved it was to use an <input> within the body of the form. EG <Input type="Image" src="../Image Location.gif"> Jason Lees National Express Email : [EMAIL PROTECTED] -----Original Message----- From: Kevin Schmidt [mailto:[EMAIL PROTECTED]] Sent: 12 January 2001 16:53 To: CF-Talk Subject: Re: Forms, Submit and maybe JavaScript You could always use onClick for the mouse you could also explore onKeyPress(). Not to familiar with it though. ----- Original Message ----- From: "Milks, Jim" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 9:20 AM Subject: OT: Forms, Submit and maybe JavaScript > Hi All, > I have a basic login form with 3 textboxes, and the suits and design guys > replaced my submit and reset buttons with images. Now, users must tab to the > "Submit" image and hit enter, as opposed to hitting enter from one of the > textboxes after supplying the required info. My HREF from the submit image > calls a JavaScript function which makes sure the textboxes have appropriate > values in them and then submits if all is ok. > > How can I allow the users to submit without tabing to the Submit image? > > Thanks > > James > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists
RE: Forms, Submit and maybe JavaScript
Jason Lees (National Express) Fri, 12 Jan 2001 08:46:39 -0800
- RE: Forms, Submit and maybe JavaScript Jason Lees (National Express)
- RE: Forms, Submit and maybe JavaScript Cornillon, Matthieu

