A good solution is to look at the whole cgi variables available:

<cfloop collection="#cgi#" item="i">
 <cfoutput>The value for : cgi.#i# is: #cgi[i]#<br></cfoutput>
</cfloop>

Then you look at them and see what really fit your needs

Massimo


"Justin" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]...
> Can someone point me to the ColdFusion CGI variable that would return
> the URL of the page the user is browsing. For example,
> #cgi.somevariable# and if they were browsing
> http://www.yahoo.com/page.cfm, the variable would return "page.cfm"
> without the domain.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to