主頁 > 知識庫 > ASP 中使用 HTTP 協(xié)議發(fā)送參數(shù)詳解

ASP 中使用 HTTP 協(xié)議發(fā)送參數(shù)詳解

熱門標(biāo)簽:鄢陵學(xué)校如何做地圖標(biāo)注 成都ai外呼系統(tǒng)線路 長春公司外呼系統(tǒng)中心 云南便宜外呼系統(tǒng)平臺 沈陽三五防封電銷卡 虛擬電話外呼系統(tǒng) 廣東語音外呼系統(tǒng)公司 鄭州智能外呼電銷機(jī)器人廠家 沈陽電話機(jī)器人公司
%@LANGUAGE=“VBSCRIPT“ CODEPAGE=“CP_ACP“%>
    html>
    head>
    meta http-equiv=“Content-Type“ content=“text/html; charset=Shift-JIS“>
    SCRIPT LANGUAGE=“JavaScript“>
    !--
     function SelText(){
      var oRangeRef = document.body.createTextRange();
      alert(oRangeRef.text);
     }
    //-->
    /SCRIPT>
    %
    function getHTTPPage(url)
        dim Http
        set Http=server.createobject(“MSXML2.XMLHTTP“)
        'Http.open “GET“,url,false
     Http.open “POST“,url,false
        Http.send()
        if Http.readystate>4 then
            exit function
        end if
        'getHTTPPage=bytesToBSTR(Http.responseBody,“GB2312“)
     getHTTPPage=bytesToBSTR(Http.responseBody,“Shift-JIS“)
        set http=nothing
        if err.number>0 then
     err.Clear
     end if
    end function

    Function BytesToBstr(body,Cset)
            dim objstream
            set objstream = Server.CreateObject(“adodb.stream“)
            objstream.Type = 1
            objstream.Mode =3
            objstream.Open
            objstream.Write body
            objstream.Position = 0
            objstream.Type = 2
            objstream.Charset = Cset
            BytesToBstr = objstream.ReadText
            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> 

標(biāo)簽:遼陽 馬鞍山 湖北 平頂山 四平 朝陽 孝感 防城港

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《ASP 中使用 HTTP 協(xié)議發(fā)送參數(shù)詳解》,本文關(guān)鍵詞  ASP,中,使用,HTTP,協(xié)議,發(fā)送,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ASP 中使用 HTTP 協(xié)議發(fā)送參數(shù)詳解》相關(guān)的同類信息!
  • 本頁收集關(guān)于ASP 中使用 HTTP 協(xié)議發(fā)送參數(shù)詳解的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章