Gazing into my crystal ball I observed "Penny" <>
writing in news::
> Thanks guys!!
>
> It all seems so simple to you.
>
> It's not a very intuitive name - ("script_name") - is it!
>
> Regards
>
> Penny
>
>
Please understand that this method does not always work. If the user has
referrer logging disabled, then that value will be blank when going to
another page.
From your original post, although you wanted to know the variable for
THIS page, I think you really may be looking for Request.ServerVariables
("HTTP_REFERER") [yes, it's spelled right, apparently it was misspelled a
long time ago, and it has stayed that way], but again, if the user has
referrer logging disabled, it will not work. Also, if someone comes from
another site directly to that page, the HTTP_REFERER will be for the
other site.
--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share