ASP 中使用 HTTP 协议发送参数详解(2)


            objstream.Close
            set objstream = nothing

    End Function
    %>

    <title></title>
    </head>

    <body onload=“SelText()“>
    <%
    Dim Url,Html
    'Url=“http://localhost/CSharpWebAppTest/WebForm1.aspx?tmp=33333“
    'Url=“http://localhost/CSharpWebAppTest/WebForm1.aspx“
    Url= “http://www.whois.sc/221.216.169.120“
    'Url=“http://localhost/akira/default.asp“
    Html = getHTTPPage(Url)
    Response.write Html
    %>
    </body>
    </html> 

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/3296.html