ITPUB??ì3
ITPUB论坛 » WEB 2.0技术 » 没人?我晕---长时间不来,以为这里会更好,所以回来了-----

新一届的微软MVP评选已经开始,欢迎各位推荐!

标题: 没人?我晕---长时间不来,以为这里会更好,所以回来了-----
离线 iminger
一般会员



精华贴数 0
个人空间 0
技术积分 186 (10032)
社区积分 1 (36113)
注册日期 2004-10-10
论坛徽章:0
      
      

发表于 2006-5-22 11:09 
没人?我晕---长时间不来,以为这里会更好,所以回来了-----

function BeerAjax(){
        try{
                request=new XMLHttpRequest();
        }
        catch(trymicrosoft){
                try{
                        request=new ActiveXObject("Msxml2.XMLHTTP";
                }
                catch(othermicrosoft){
                        try{
                                request=new ActiveXObject("Microsoft.XMLHTTP";
                        }
                        catch(failed){
                                request=false;
                        }
                }
        }
        if(!request){
                alert("错误";
        }
       
}
function getCustomerInfo(gp,url){
        request.open("GET",url,true);
        request.onreadystatechange=updatePage;
        request.send(null);
}


__________________
--------------
只看该作者    顶部
 
    

相关内容


CopyRight 1999-2006 itpub.net All Right Reserved.
北京皓辰广域网络信息技术有限公司. 版权所有
E-mail:Webmaster@itpub.net
京ICP证:010037号 联系我们 法律顾问