You would have to do:
if isdefined('form.continue.x')
if you want to see what formfields are being passed to a page
you can do <cfoutput>#form.fieldnames#</cfoutput>
---------- Original Message ----------------------------------
From: Ins Ins <[EMAIL PROTECTED]>
Reply-To: [EMAIL PROTECTED]
Date: Wed, 5 Apr 2000 12:56:42 +1000 (EST)
>Hi,I want to submit a form by using img.But the name
fileds do not pass to the action page:
<form action="actionpage.cfm" method="post">
<input NAME="back" VALUE="back" type="image"
src="back.gif" alt="back">
<input type="image" name="continue" src="continue.gif"
alt="continue" VALUE="continue">
</form>
In the next actionpage.cfm, I check
isDefined("back")
and isDefined("continue")
all get 'NO',not exsist.
How to make it work?
Ins
_____________________________________________________________________________
http://www.yahoo.com.au/wedsite - The Wed Site
- Planning a wedding? Get all the help you need.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.