RE: previous cfm page

2002-04-26 Thread Jeff Brown
Ryan, cgi.HTTP_REFERER works... v/r, Jeff -Original Message- From: Ryan Pieszak [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 3:35 PM To: CF-Talk Subject: previous cfm page Hello all, Is there a cgi variable I could use to tell what page a user came from? Or maybe a way to

Re: previous cfm page

2002-04-26 Thread Paul Giesenhagen
#cgi.http_referer# Should do the trick.. you may have to trim some stuff off if you need.. Paul Giesenhagen QuillDesign http://www.quilldesign.com SiteDirector v2.0 - Commerce Builder Hello all, Is there a cgi variable I could use to tell what page a user came from? Or maybe a way to pull

RE: previous cfm page

2002-04-26 Thread David DiPietro
here's a bunch of cgi's cfoutput #cgi.Http_Referer# referer b#cgi.HTTP_WHOIS_ID# -- OSU User/bbr #cgi.HTTP_WHOIS_ID#br #cgi.Remote_Addr#br #cgi.Auth_Type# Auth Typebr #cgi.Auth_User# Auth userbr #cgi.Content_Length# Con Lenbr #cgi.Content_Type# Con Typebr #cgi.Document_Root# Rootbr

RE: previous cfm page

2002-04-26 Thread Shawn Grover
CGI.HTTP_REFERER -Original Message- From: Ryan Pieszak [mailto:[EMAIL PROTECTED]] Sent: Friday, April 26, 2002 1:35 PM To: CF-Talk Subject: previous cfm page Hello all, Is there a cgi variable I could use to tell what page a user came from? Or maybe a way to pull that from the