Hi all,

I have a form with more than one submit button.
Each submit button performs different logic.
The logic is performed based on the submit name.

<input type="submit" name="submit1" value="Forecast in 
Dollars">
<input type="submit" name="submit2" value="Forecast in 
Quantity">

I need to incorporate another application that will 
redirect to this logic.  I'm currently using CFLOCATION
to do the redirect.  How can I successfully pass the
submit name value with the cflocation tag?  Should I do 
this some other way?

current working LOGIC 
<cfif ISDEFINED ("submit3")> ...

I'm using cflocation to redirect the user back to a 
reference list

Current working cflocation
<cflocation url="request_WIN_edit_list.cfm?
ID=#URL.ID#&heng=#URL.HENG#">

D-
______________________________________________________________________
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
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to