主頁(yè) > 知識(shí)庫(kù) > AJAX簡(jiǎn)單應(yīng)用實(shí)例-彈出層

AJAX簡(jiǎn)單應(yīng)用實(shí)例-彈出層

熱門(mén)標(biāo)簽:友邦互聯(lián)電銷機(jī)器人違法嗎 無(wú)營(yíng)業(yè)執(zhí)照地圖標(biāo)注教學(xué) 地圖標(biāo)注還可以做嗎 外呼系統(tǒng)怎么話費(fèi) 硅基電話機(jī)器人加盟 電銷機(jī)器人采購(gòu) 高質(zhì)量的電銷外呼系統(tǒng) 滴滴地圖標(biāo)注上車(chē)點(diǎn) 宿州防封外呼系統(tǒng)平臺(tái)
function createobj() {
 if (window.ActiveXObject) {
         return(new ActiveXObject("Microsoft.XMLHTTP"));
     }
     else if (window.XMLHttpRequest) {
         return(new XMLHttpRequest());
     }
}


function personalInfo() {
  var oBao=createobj();
  var cont=document.getElementById("person_detial");
  var cont_a=document.getElementById("person_content");
  cont.style.display='block';
  cont.style.cursor='pointer';
  cont_a.innerHTML="請(qǐng)等待,加載中..."; 
  var my_url="getinfo.asp?"+Math.random();
  oBao.open("get",my_url,true); 
  oBao.onreadystatechange=function(){
  if(oBao.readyState==4){
   if(oBao.status==200){ 
     cont_a.innerHTML=oBao.responseText;
     }else{
     cont_a.innerHTML="出現(xiàn)錯(cuò)誤,錯(cuò)誤代碼為:"+oBao.status;
    }  
  }
  }
  oBao.send(); 
 }



function Drag(id)
{
var self=this;
this.obj=(typeof(id)=="string")?document.getElementById(id):id;
this.obj.onmousedown=function(e)
{
e=e||window.event;
var obj=self.obj;//指向自己
if(e.layerX){obj.position={x:e.layerX,y:e.layerY};}
else{obj.position={x:e.offsetX,y:e.offsetY};}
document.onmousemove=self.start;
document.onmouseup=self.end;


}
this.start=function(e)
{
e=e||event;
document.onselectstart = function(){ return false; };
window.getSelection  window.getSelection().removeAllRanges();
var obj=self.obj;
obj.style.left=e.clientX-obj.position.x+"px";
obj.style.top=e.clientY-obj.position.y+"px";
}
this.end=function(e)
{
e=e||event; 
document.onmousemove = document.onmouseup = document.onselectstart = null;     
}
}
AJAX簡(jiǎn)單應(yīng)用實(shí)例-彈出層.rar
您可能感興趣的文章:
  • Ajax加載外部頁(yè)面彈出層效果實(shí)現(xiàn)方法
  • AJAX實(shí)現(xiàn)鼠標(biāo)經(jīng)過(guò)彈出詳細(xì)介紹示例
  • div彈出層的ajax登錄(Jquery版+c#)
  • AJAX使用了UpdatePanel后無(wú)法使用alert彈出腳本
  • ASP.NET AJAX時(shí)用alert彈出對(duì)話框
  • .net采用ajax實(shí)現(xiàn)郵箱注冊(cè)和地區(qū)選擇實(shí)例
  • ajax請(qǐng)求post和get的區(qū)別以及get post的選擇
  • ajax讀取數(shù)據(jù)庫(kù)內(nèi)容實(shí)現(xiàn)二級(jí)聯(lián)動(dòng)下拉選擇菜單示例
  • Ajax實(shí)現(xiàn)彈出式無(wú)刷新城市選擇功能代碼

標(biāo)簽:錫林郭勒盟 廣元 江門(mén) 宣城 新余 七臺(tái)河 儋州 雅安

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《AJAX簡(jiǎn)單應(yīng)用實(shí)例-彈出層》,本文關(guān)鍵詞  AJAX,簡(jiǎn)單,應(yīng)用,實(shí)例,彈出,;如發(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)文章
  • 下面列出與本文章《AJAX簡(jiǎn)單應(yīng)用實(shí)例-彈出層》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于AJAX簡(jiǎn)單應(yīng)用實(shí)例-彈出層的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章