Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

Saving URL with parameters as a session variable

Posted 04 Jul 2006 14:21:34
1
has voted
04 Jul 2006 14:21:34 jack off posted:
I am trying to return to a previous URL with parameters after submitting a form. What is the best way to do this? Can I save the URL into a session variable and then refer to it later?

Thanks,
Craig

Replies

Replied 04 Jul 2006 17:08:02
04 Jul 2006 17:08:02 Roddy Dairion replied:
is it ASP or PHP u'r using?
Replied 04 Jul 2006 18:08:46
04 Jul 2006 18:08:46 jack off replied:
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
is it ASP or PHP u'r using?
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>

I am using Dreamweaver and Coldfusion.

Thanks,
Craig
Replied 04 Jul 2006 19:09:13
04 Jul 2006 19:09:13 Roddy Dairion replied:
if your looking to redirect to a specific page like a Confirmation page why not use
<pre id=code><font face=courier size=2 id=code>&lt;cfheader name="Location" value="redirectlinkhere"&gt;</font id=code></pre id=code>

Reply to this topic