<%
account = "001"
password = "xxx"
Set httpReq = Server.CreateObject(""MSXML2.XMLHTTP)
httpReq.Open
httpReq.Send
If Error <> "" Then
...
Else
Dim Address
...
End IF
%>
What Language is this? it is from an ASP file on a HTTP webserver.
A html page is using Xml Http Post to send data across to it, of which I require the service it provides