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

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

熱門(mén)標(biāo)簽:鄢陵學(xué)校如何做地圖標(biāo)注 成都ai外呼系統(tǒng)線(xiàn)路 長(zhǎng)春公司外呼系統(tǒng)中心 云南便宜外呼系統(tǒng)平臺(tái) 沈陽(yáng)三五防封電銷(xiāo)卡 虛擬電話(huà)外呼系統(tǒng) 廣東語(yǔ)音外呼系統(tǒng)公司 鄭州智能外呼電銷(xiāo)機(jī)器人廠(chǎng)家 沈陽(yáng)電話(huà)機(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)簽:遼陽(yáng) 馬鞍山 湖北 平頂山 四平 朝陽(yáng) 孝感 防城港

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