I guess there are 2 main methods for capturing remote web content
Set objXMLhttp = Server.CreateObject("Microsoft.XMLhttp")
Set objXMLhttp = Server.CreateObject("Msxml2.XMLhttp.5.0")
which is better
are there any useful functions/methods with it
any URL with user friendly reference? (better than msdn)
Set objXMLhttp = Server.CreateObject("Microsoft.XMLhttp")
Set objXMLhttp = Server.CreateObject("Msxml2.XMLhttp.5.0")
which is better
are there any useful functions/methods with it
any URL with user friendly reference? (better than msdn)