9.25 Ajax 基本上搞定,今天的收获

来源:互联网 发布:python notebook 编辑:程序博客网 时间:2024/06/11 23:53

除去过去所学会的,今天又有了很多的收获,比起以前,这次写ajax容易多了,也很轻松~!

 

 

 

 var xmlHttpRequest;

 function creatXmlHttp(){
 if(window.ActiveXObject)
     {
      xmlHttpRequest=new ActiveXObject("Microsoft.XMLHTTP");
     }else{
      xmlHttpRequest=new XMLHttpRequest();
     }    
   
  }
----------------------- 
 

function checkuser(){
creatXmlHttp();
var name=document.all("user").value;

xmlHttpRequest.onreadystatechange=function(){
        if (xmlHttpRequest.readyState==4){
   
            if (xmlHttpRequest.status==200){
                result=xmlHttpRequest.responseText;
                  if (result=="true"){
     document.getElementById("right").style.display="block";
     document.getElementById("wrong").style.display="none";
   }else{
   document.getElementById("right").style.display="none";
     document.getElementById("wrong").style.display="block";
   }
    
                           
            }else{
                window.status="验证码检验失败,请联系管理员!";               
            }
        }else{
            window.status="正在进行验证码检验...";       
        }   
    }

 

   xmlHttpRequest.open("post","/ajaxjson/ajax.do?name="+name,true);//true 异步 false 同步
   xmlHttpRequest.send();
------------------ 早在一起,不喜欢按规范写,有时候不用这个xmlHttpRequest.onreadystatechange,喜欢直接在

xmlHttpRequest.send(); 后面直接写 

result=xmlHttpRequest.responseText; 以前没有发现什么错误。可是今天调试了老半天,都说我网页错误,一查总是这个 result=xmlHttpRequest.responseText 错误~! 好无奈了~!

----------------学到~--以前怎么不出同步问题呢??  不过还是按规范吧。毕竟这个方法自有其妙用------受教--


}

 

 

原创粉丝点击
热门问题 老师的惩罚 人脸识别 我在镇武司摸鱼那些年 重生之率土为王 我在大康的咸鱼生活 盘龙之生命进化 天生仙种 凡人之先天五行 春回大明朝 姑娘不必设防,我是瞎子 摄影师接不到单子怎么办 淘宝七天没发货怎么办 淘宝商家漏发货怎么办 毒app虚假发货怎么办 淘宝店拒绝发货怎么办 买东西不给发票怎么办 淘宝店不想发货怎么办 淘宝商品不发货怎么办 买家恶意不退款怎么办 手机淘宝不发货怎么办 闲鱼虚假发货怎么办 买假货没发票怎么办 淘宝发票丢了怎么办 淘宝卖家不给发票怎么办 淘宝如果不要发票怎么办 闲鱼没有发票怎么办 淘宝店没有发票怎么办 物流不提供发票怎么办 电子发票重复报销怎么办 鬼火摩托车没电怎么办 摩托粘了缸怎么办 摩托淹缸了怎么办? 晚上睡不着早上睡不醒怎么办 三唑仑吃了以后难受怎么办 吃两片三唑仑第二天头晕怎么办 买家收货不付钱怎么办 淘宝上买东西被骗怎么办 被淘宝客服诈骗怎么办 淘宝开店被骗了怎么办 做淘宝被骗了怎么办 淘宝买证被骗怎么办 淘宝买狗被骗怎么办 微店扣分了怎么办 微店不同意退款怎么办 微店商品被下架怎么办 淘宝不支持花呗怎么办 淘宝误点了收货怎么办 注销公司社保户怎么办 手机媒体声音小怎么办 手机媒体没有声音怎么办 vivo开不了机怎么办