AJAX中xmlHttp的示例分析

這篇文章主要為大家展示了“AJAX中xmlHttp的示例分析”,內(nèi)容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領(lǐng)大家一起研究并學(xué)習(xí)一下“AJAX中xmlHttp的示例分析”這篇文章吧。

創(chuàng)新互聯(lián)服務(wù)項目包括欽北網(wǎng)站建設(shè)、欽北網(wǎng)站制作、欽北網(wǎng)頁制作以及欽北網(wǎng)絡(luò)營銷策劃等。多年來,我們專注于互聯(lián)網(wǎng)行業(yè),利用自身積累的技術(shù)優(yōu)勢、行業(yè)經(jīng)驗、深度合作伙伴關(guān)系等,向廣大中小型企業(yè)、政府機構(gòu)等提供互聯(lián)網(wǎng)行業(yè)的解決方案,欽北網(wǎng)站推廣取得了明顯的社會效益與經(jīng)濟效益。目前,我們服務(wù)的客戶以成都為中心已經(jīng)輻射到欽北省份的部分城市,未來相信會繼續(xù)擴大服務(wù)區(qū)域并繼續(xù)獲得客戶的支持與信任!

  AJAX中xmlHttp

<script type="text/javascript" language="javascript">        
<!--        
//以XML求取數(shù)據(jù)        
function XmlPost(theEmail)        
{          
var webFileUrl = "../User/CheckUser.aspx?LogonName=" + theEmail;         
 var result = "";                              
 if (window.ActiveXObject) {            
 xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");            
 }            
 else if (window.XMLHttpRequest) {           
  xmlHttp = new XMLHttpRequest();            
  }
          
          //var xmlHttp = new ActiveXObject("MSXML2.XMLHTTP");         
           xmlHttp.open("POST", webFileUrl, false);         
            xmlHttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded");              
            xmlHttp.send("");                                              
            xmlHttp.onreadystatechange=function()             
            {                
            if (xmlHttp.readyState==4)                 
            {                    
            result = xmlHttp.responseText;                
            }            
            }            
            if(xmlHttp.status!=200)            
            {                
            alert ('網(wǎng)絡(luò)故障(xmlHttp.status='+xmlHttp.status+'),請稍后再試!');            
            }                            
            result = xmlHttp.responseText;           
            result = result.substring(0,result.indexOf("?EX"));                    
            if(result != "false")          
            {                        
            return true;          
            }          
            else          
            {            
            return false;          
            }        
            }        
            //-->    
            </script>''' <summary>''' 檢測用戶是否存在<文件名:../User/CheckUser.aspx>''' </summary>''' 
            <remarks>Created by dzh @2006/06/27 18:22</remarks>Partial Class Web_User_CheckUser    
            Inherits System.Web.UI.Page
    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load        
    If Request.QueryString("LogonName") Is Nothing Then            
    Response.Write("false" + "?EX")           
     Response.End()            
     Exit Sub        
     End If
        If (New EasyClick.EasyBusiness.UserBusiness).GetUserByLogonName(Request.QueryString("LogonName").ToString) Is Nothing Then         
           Response.Write("false" + "?EX")            
           Response.End()            
           Exit Sub        
           Else            
           Response.Write("true" + "?EX")            
           Response.End()            
           Exit Sub        
           End If    
           End SubEnd Class

以上是“AJAX中xmlHttp的示例分析”這篇文章的所有內(nèi)容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內(nèi)容對大家有所幫助,如果還想學(xué)習(xí)更多知識,歡迎關(guān)注創(chuàng)新互聯(lián)行業(yè)資訊頻道!

當前文章:AJAX中xmlHttp的示例分析
文章轉(zhuǎn)載:http://bm7419.com/article26/jdgcjg.html

成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供企業(yè)網(wǎng)站制作、電子商務(wù)、標簽優(yōu)化網(wǎng)站排名、虛擬主機定制開發(fā)

廣告

聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請盡快告知,我們將會在第一時間刪除。文章觀點不代表本網(wǎng)站立場,如需處理請聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時需注明來源: 創(chuàng)新互聯(lián)

小程序開發(fā)