|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Ajax Application Generator Generate database and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
How can I get the entire web address (starting with http://) using ASP?
Originally posted by : Nick (budsor@hotmail.com)Hi!I have registered 3 web domains and I'm using only one computer as Web Server.Right now, all the 3 web addresses are pointing to the same default page, but in the future I want that each address to open a different default web page.To do that, I need to know the ASP instruction that read the entire address post it in the navigator (for example: http://aspfree.com/discuss_aspplus/PostForm.asp).Using Request.ServerVariables("URL") I get only the "/discuss_aspplus/PostForm.asp" part.Which instruction do I have to use to get the main address?Thanx
|
|
#2
|
|||
|
|||
|
Originally posted by : Ben (bluebells88@yahoo.com)------------Nick at 2/10/2002 9:38:21 AMHi!I have registered 3 web domains and I'm using only one computer as Web Server.Right now, all the 3 web addresses are pointing to the same default page, but in the future I want that each address to open a different default web page.To do that, I need to know the ASP instruction that read the entire address post it in the navigator (for example: http://aspfree.com/discuss_aspplus/PostForm.asp).Using Request.ServerVariables("URL") I get only the "/discuss_aspplus/PostForm.asp" part.Which instruction do I have to use to get the main address?Thanx
|
|
#3
|
|||
|
|||
|
Originally posted by : Gartxotmyurl = request.servervariables("SERVER_NAME")&request.servervariables("SCRIPT_NAME")&"?"&request.servervariables("QUERY_STRING")
|
![]() |
| Viewing: ASP Free Forums > Programming > .NET Development > How can I get the entire web address (starting with http://) using ASP? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|