谢谢

解决方案 »

  1.   


    <script src="js/jquery-1.3.2.js"></script>
    <script> 
    var b = true;
    window.onload=function()
    {
     $.ajaxSetup({
      url: "test1.asp",
      global: true,
      type: "GET",
      beforeSend:stopit
     });
     
     function stopit(){
      return b;
     }
     $(document).ajaxStart(function(){
       b = false;
     }); 
     $.ajax({complete:function(){alert('ok');}}); 
    }
    </script> 
      

  2.   

    hookee真厉害以前我提问的jquery问题也是你帮我解决的 呵呵 楼主我们加油学。一起加油