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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Passing Paramters along a URL 1

Status
Not open for further replies.

khurram

IS-IT--Management
Jan 10, 2001
95
CA
I have a parameter embedded in a URL. When the customer clicks the Update button, Iwant the embedded parameter to stay in the URL.

How can I do this?
 
Hey khurram,

I think this is what you want.

<cfoutput>
<form method=&quot;post&quot; action=&quot;newScript.cfm?var1=#urlencodedformat(var1)#&quot;>
....
</form>
</cfoutptu>

Hope this helps,
GJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top