| Author |
Help!! Obtain URL from ASP
|
|
|
| I need to obtain the domain from server side code.
Request.Servervariables("URL") doesn't work well... it miss the domain name.
I tried to use the WScript.NetWork object but the domain is not visible.
Help me please!!
Thanks.
Mark
| |
| Steven Burn 2004-05-31, 10:51 am |
| request.servervariables("HTTP_HOST")
--
Regards
Steven Burn
Ur I.T. Mate Group
www.it-mate.co.uk
Keeping it FREE!
"Marco" <hgt_03@hotmail.com> wrote in message
news:6hEuc.82720$Qc.3293877@twister1.libero.it...
> I need to obtain the domain from server side code.
>
> Request.Servervariables("URL") doesn't work well... it miss the domain
name.
>
> I tried to use the WScript.NetWork object but the domain is not visible.
>
> Help me please!!
>
> Thanks.
> Mark
>
>
| |
| Marco 2004-05-31, 10:51 am |
| Thank you very much!
Grazie.
"Steven Burn" <pvt@noyb.com> ha scritto nel messaggio
news:%23ldIFaxREHA.1448@TK2MSFTNGP11.phx.gbl...
> request.servervariables("HTTP_HOST")
>
> --
>
> Regards
>
> Steven Burn
> Ur I.T. Mate Group
> www.it-mate.co.uk
>
> Keeping it FREE!
>
>
> "Marco" <hgt_03@hotmail.com> wrote in message
> news:6hEuc.82720$Qc.3293877@twister1.libero.it...
> name.
>
>
|
|
|
|