Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Pass Multiple Parameters Using CFLOCATION 1

Status
Not open for further replies.

mmignot

Programmer
Jul 16, 2001
44
0
0
US
Hello,

I would like to pass multiple parameters to another form using the "cflocation" tag. For example:

<cflocation url="CIOM2.cfm?ClientID=#GetCIOMID.ClientID#">

I would like to pass more than just the ClientID. Can someone post sample code on how to do this?

Thanks :)
 
Try this:
Code:
<cflocation url="CIOM2.cfm?ClientID=#GetCIOMID.ClientID#&ClientID2=#GetCIOMID.ClientID2#">

Lyndon

---People Remember about 10% of what you say ---They never forget how you made them feel. Covey
 
Hi Lyndon,

Thaks again for your help. I was able to use your example and pass variables between forms.

Thanks again!
M :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top