Thanks all! This has been helpful. Robert O.
-----Original Message----- From: Michael Wilson [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:31 AM To: CF-Talk Subject: RE: SUBMIT button Hi, You need to refer to the button as "form.delete.x" rather than just "form.delete". For example if you were checking to see if the form had been submitted you might use: <cfif IsDefined("form.delete.x")> Best regards, Michael Wilson -----Original Message----- From: Oliver Tupman [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 02, 2003 11:02 AM To: CF-Talk Subject: Re: SUBMIT button Robert Orlini wrote: > Any reason that this submit button code does not work? > > <input type="image" border="0" src="images/delete_record.gif" > alt="delete" value="delete" name="delete"> > > I like the look of this button because it is an image, but does not > pass the "delete" value to the form. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/lists.cfm?link=t:4 Subscription: http://www.houseoffusion.com/lists.cfm?link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Get the mailserver that powers this list at http://www.coolfusion.com

