Hi,
In the folder C:\Inetpub\wwwroot\Test\ I got file page1.asp and page2.asp. page1.asp includes
Set xml = Server.CreateObject("Micro
soft.XMLHT
TP")
xml.Open "POST", "
http://127.0.0.1/Test/page2.asp", True
and it works fine. However, If I change to
xml.Open "POST", "page2.asp", True
it cannot work.
Is there something I missed or we have to use the full url ?
There's a longer way around that by parsing PATH_INFO but why not just include the full URL as you have?