bulletz
12-09-2003, 06:02 AM
hello:
noobie here. im a student and currently learning ASP and other programming languages. i just have a question and hoping that someone can help me.
i just want to know what does this code do?
dim xmlhttp
Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP");
xmlhttp.Open "POST","http://www.domainname.com/interface.jsp?", false
thanks a lot
noobie here. im a student and currently learning ASP and other programming languages. i just have a question and hoping that someone can help me.
i just want to know what does this code do?
dim xmlhttp
Set xmlhttp = Server.CreateObject("MSXML2.ServerXMLHTTP");
xmlhttp.Open "POST","http://www.domainname.com/interface.jsp?", false
thanks a lot