The url will be something like <a href="http://something.com? 
myurl=http://somenewurl.com>.  Then you reference it by url.myurl.

<cfset gotourl = ''>
<cfif structKeyExists(url,'myurl')>
     <cfset gotourl = url.myurl>
</cfif>

Off of the type of my head...

On Aug 23, 2006, at 12:24 PM, Gary Strommen wrote:

> I am passing a URL through the URL.  Here is the idea... the user  
> is going through a lecture where there is a quiz at the end.   
> Before taking the quiz, the user must login and go through payment  
> options before going to the test.
>
> The goal is to save the URL in the URL along the way so by the time  
> the user has finished paying, the user will not have to reselect  
> the quiz... the user can go right to it!
>
> I am using this code and IT IS INCORRECT but I do not know the  
> correct syntax...
> <a href="tests/#URL.testID#">Go To Test</a>
>
> Anyone know how to do this?
>
> (I am aware that the user can see the URL and skip logging in and  
> paying by going right there at this point... I will make it secure  
> later... just trying to learn how to do this right now.)
>
> Thanks!
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting,
up-to-date ColdFusion information by your peers, delivered to your door four 
times a year.
http://www.fusionauthority.com/quarterly

Archive: 
http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:1977
Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to