XML问题
运行下面代码:(例)
dim strUrl,Item_Classid,id,FileName,FilePath,Do_Url,Html_Temp
Do_Url = "http://www.com"
strUrl = Do_Url
dim objXmlHttp
set objXmlHttp = Server.CreateObject("Microsoft.XMLHTTP")
objXmlHttp.open "GET",strUrl,false
objXmlHttp.send()
Dim binFileData
binFileData = objXmlHttp.responseBody
返回结果:
//禁止把代码用iframe开始
if (top.location != location) top.location.href = location.href;
self.moveTo(-2,-4);
self.resizeTo(screen.availWidth+6,screen.availHeight+6);
//禁止把代码用iframe结束
var ly=location.href;//把放图片页面的网址传递过去
ly = ly.replace(/\&/g, "|");
document.write ('<iframe src=http://www.com/?Action=showad&User_Name=lee&Ad_ID=12&CheckCode=ntpet3sqi8wvsfoshc2k&CheckIp=229.123.144.15&CheckTime=193859507&Ly='+ly+' frameBorder=0 width=180 height=20 marginheight=0 marginwidth=0 scrolling=no></iframe>');
如何再获取iframe中的URL继续打开一次?