|
-
Sep 13th, 2002, 03:58 AM
#1
Thread Starter
PowerPoster
Retrieve URL in ASP
Hey All,
How do you retrieve the full URL of the page?
So i can say you are currently at "www.blah.com"
thanks for any help
ciao
b
-
Sep 13th, 2002, 04:10 AM
#2
Addicted Member
I think this will work.
host = Response.Write(Request.ServerVariables("HTTP_HOST"))
path = Response.Write(Request.ServerVariables("PATH_INFO"))
Response.Write (host & path)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|