| |
foane
Posts: 2
Score: 0
Joined: 2/19/2008
Status: offline
|
this is the code I use: Set xmlhttp = CreateObject("Microsoft.XMLHTTP") xmlhttp.open "POST" ,"http://xxx.xxx.xxx",False Set xmldom = CreateObject("MSXML2.DOMDocument.4.0") xmldom.async = False xmldom.Load("C:\vlan.xml") xmlhttp.send xmldom.xml response.write xmlhttp.responseText this is the answer I get back: Premature end of file. Could anyone help me ?
|
|