XMLHTTP生成页面
sesea 2008-03-21 11:16:20 在win2003中运行,半天无反应,也不报错,怪事了
代码
dim xmlhttp
'on error resume next
set xmlhttp = Server.CreateObject("Microsoft.XMLHTTP")
xmlhttp.open "GET", "http://192.168.1.203/index.asp", false
xmlhttp.send()
response.write xmlhttp.responseBody
set xmlhttp=nothing