> 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?

<input type="image" src="blank.gif">

As long as it's an <input type="image"> like this, it counts as a submit
button

Philip Arnold
Director
Certified ColdFusion Developer
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


> -----Original Message-----
> From: Milks, Jim [mailto:[EMAIL PROTECTED]]
> Sent: 12 January 2001 15:21
> To: CF-Talk
> Subject: OT: Forms, Submit and maybe JavaScript
>
>
> Hi All,
>
> 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

Reply via email to