主頁 > 知識庫 > PJBLOG中用到的ajaxjs.幾個簡單的函數(shù)

PJBLOG中用到的ajaxjs.幾個簡單的函數(shù)

熱門標(biāo)簽:上海浦東騰訊地圖標(biāo)注位置 辰溪地圖標(biāo)注 電銷機(jī)器人違法了嗎 遼寧銀行智能外呼系統(tǒng) 海南銀行智能外呼系統(tǒng)商家 許昌智能電銷機(jī)器人公司 遼寧正規(guī)電銷機(jī)器人 姜堰電銷機(jī)器人 澳大利亞城市地圖標(biāo)注
function $(id)
{
    return document.getElementById(id);    
}
function echo(obj,html)
{
    $(obj).innerHTML=html;
}
function fopen(obj)
{
    $(obj).style.display="";
}
function fclose(obj)
{
    $(obj).style.display="none";
}
function createxmlhttp()
{
    var xmlhttp=false;
    try    {
          xmlhttp = new ActiveXObject("Msxml2.XMLHTTP");
     } 
    catch (e) {
          try {
               xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
          } 
        catch (e) {
               xmlhttp = false;
         }
     }
    if (!xmlhttp  typeof XMLHttpRequest!='undefined') {
          xmlhttp = new XMLHttpRequest();
                if (xmlhttp.overrideMimeType) {//設(shè)置MiME類別
            xmlhttp.overrideMimeType('text/xml');
        }
    }    

    return xmlhttp;    
}

function getdata(url,obj1,obj2)
{

        var xmlhttp=createxmlhttp();
        if(!xmlhttp)
        {
            alert("你的瀏覽器不支持XMLHTTP?。?);
            return;
        }
        xmlhttp.onreadystatechange=requestdata;
        xmlhttp.open("GET",url,true);
        xmlhttp.send(null);
        function requestdata()
        {

                fopen(obj1);
                echo(obj1,"正在加載數(shù)據(jù),請稍等......");
                if(xmlhttp.readyState==4)
                {
                    if(xmlhttp.status==200)
                    {
                        if(obj1!=obj2){fclose(obj1);};
                        echo(obj2,xmlhttp.responseText);

                    }
                }

        }
}

標(biāo)簽:撫州 晉城 西藏 威海 崇左 銅川 伊春 深圳

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