I need to get the full URL of the current page in ASP. When using
Request.ServerVariables("URL") anything after the filename (such as a
#section1 to jump to an area on the page or data submitted from a form using
the GET method) is automatically removed. I do not know of any keys for the
Request.ServerVariables collection that do this, but cannot find any other
objects/properties that would be appropriate. Any help would be appreciated.
Thank You.

Signature
Nathan Sokalski
njsokalski@hotmail.com
www.nathansokalski.com
Evertjan. - 28 Jun 2004 22:20 GMT
Nathan Sokalski wrote on 28 jun 2004 in
microsoft.public.inetserver.asp.general:
> I need to get the full URL of the current page in ASP. When using
> Request.ServerVariables("URL") anything after the filename (such as a
[quoted text clipped - 4 lines]
> find any other objects/properties that would be appropriate. Any help
> would be appreciated. Thank You.
response.write Request.ServerVariables("URL") & "?" & Request.querystring
Please stop this gross crossposting.
Foollow up only to: microsoft.public.inetserver.asp.general

Signature
Evertjan.
The Netherlands.
(Please change the x'es to dots in my emailaddress)
Aaron [SQL Server MVP] - 28 Jun 2004 22:49 GMT
>I need to get the full URL of the current page in ASP.
Then why are you posting to asp.net, webcontrols, webservices, and
components newsgroups?
Follow-ups set ONLY to asp.general.

Signature
http://www.aspfaq.com/
(Reverse address to reply.)