Location:
Search - responseText
Search list
Description: OLEObject dom, http
String Http_Name,result
Http_Name = "http://... "
dom = CREATE OLEObject
http = CREATE OLEObject
//messagebox调试看是否成功
messagebox( http ,http.ConnectToNewObject( "Msxml2.XMLHTTP "))
messagebox( dom ,dom.ConnectToNewObject( "Msxml2.DOMDocument "))
dom.Load( "c:\xxx.xml ")
http.Open( "POST ", Http_Name, TRUE)
http.Send(dom.xml)
do While http.readyState <> 4 // 查询状态,延时
yield()
Loop
result = http.responseText //这个测试用! 你可不写
messagebox( result ,result)-OLEObject dom, http
String Http_Name,result
Http_Name = "http://... "
dom = CREATE OLEObject
http = CREATE OLEObject
//messagebox调试看是否成功
messagebox( http ,http.ConnectToNewObject( "Msxml2.XMLHTTP "))
messagebox( dom ,dom.ConnectToNewObject( "Msxml2.DOMDocument "))
dom.Load( "c:\xxx.xml ")
http.Open( "POST ", Http_Name, TRUE)
http.Send(dom.xml)
do While http.readyState <> 4 // 查询状态,延时
yield()
Loop
result = http.responseText //这个测试用! 你可不写
messagebox( result ,result)
Platform: |
Size: 3945472 |
Author: 王凡 |
Hits:
Description: 这个页面包含一个引用对象,,使用WinHttp.WinHttpRequest。 5对象如果响应是成功它将负载responsetext数组湿草地将会被转化为一个引用对象,然后添加到脚本的字典。页面是组装从XML的报价。Xml变量和指标。xsl文件。
-The ASP. This page contains a reference object, WinHttp.WinHttpRequest. The 5 objects If the response is success it will load responsetext the array of wet grassland will be converted to a reference object, and then add to the script dictionary. The page is assembled from an XML purchase. XML variables and indicators. xsl file.
Platform: |
Size: 4096 |
Author: 小乐 |
Hits: