锘??xml version="1.0" encoding="utf-8" standalone="yes"?>欧美1区2区3,久久综合五月天婷婷伊人,国产精品一区二区免费看http://www.aygfsteel.com/wind-of-wind/archive/2006/12/18/87876.html#88496wind-of-windwind-of-windMon, 18 Dec 2006 05:14:00 GMThttp://www.aygfsteel.com/wind-of-wind/archive/2006/12/18/87876.html#88496 AJAXProxy.asp
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
Function send_request(url)
Set Retrieval = CreateObject("Microsoft.XMLHTTP")
With Retrieval
.Open "Get", url, False, "", ""
.Send
send_request = .ResponseBody
End With
Response.ContentType="text/xml"
Set Retrieval = Nothing
End Function