>> Ok how does on get the URL on the page?  I can get parts of it with CGI 
>> and other structures, but not the plain and complete URL.

There's probably an easier way but you could do

cfoutput
http://#cgi.http_host##cgi.script_name#?#cgi.query_string#
/cfoutput

to get the whole url if you need to, though I think Charlie's method using 
just the query string would work fine.  The above should work with or 
without a query string.

-- Josh


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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-Talk/message.cfm/messageid:252785
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to