![]() |
Sergey Kornilov admin 5/16/2005 |
Hi, |
|
501207 5/16/2005 |
Oh, just realised it .... Then, is there any way to do that without using ASPRunner (i.e by writing pure ASP (VbScript) code) ? |
![]() |
Sergey Kornilov admin 5/18/2005 |
Hi, set oHTTP = Server.CreateObject("Msxml2.XMLHTTP.3.0") oHTTP.open "GET", strURL, False oHTTP.send strWebPage = oHTTP.responseText |