﻿// JScript 文件


 send_request("/ashx/H_ajax.ashx?timeid="+Math.random()+"","lyy=pic","recivepic");

function recivepic()
  { 
   if (http_request.readyState == 4) { // 判断对象状态
       // document.getElementById("infoId3").style.display="none";
            if (http_request.status == 200) { // 信息已经成功返回，开始处理信息
           
              operpic(http_request.responseText);
//             alert(http_request.responseText);
            } else { //页面不正常
                alert("您所请求的页面有异常。");
            }
        }
        else
        {
      //  document.getElementById("infoId3").style.display="block";
        }
     
    }
    
   function operpic(str)
    {
     document.getElementById("divpic").innerHTML=str;

    }      
     





 send_request("/ashx/H_ajax.ashx?timeid="+Math.random()+"","lyy=rqlp","reciverqlp");

function reciverqlp()
  { 
   if (http_request.readyState == 4) { // 判断对象状态
        //document.getElementById("infoId").style.display="none";
            if (http_request.status == 200) { // 信息已经成功返回，开始处理信息
           
              operrqlp(http_request.responseText);
//             alert(http_request.responseText);
            } else { //页面不正常
                alert("您所请求的页面有异常。");
            }
        }
        else
        {
       // document.getElementById("infoId").style.display="block";
        }
     
    }
    
   function operrqlp(str)
    {
     document.getElementById("divrqlp").innerHTML=str;

    } 
     
     


















send_request("/ashx/H_ajax.ashx?timeid="+Math.random()+"","lyy=zxlp","recivezxlp");

function recivezxlp()
  { 
   if (http_request.readyState == 4) { // 判断对象状态
        //document.getElementById("infoId2").style.display="none";
            if (http_request.status == 200) { // 信息已经成功返回，开始处理信息
           
              operzxlp(http_request.responseText);
//             alert(http_request.responseText);
            } else { //页面不正常
                alert("您所请求的页面有异常。");
            }
        }
        else
        {
       // document.getElementById("infoId2").style.display="block";
        }
     
    }
    
   function operzxlp(str)
    {
     document.getElementById("divzxlp").innerHTML=str;
    }      
     
     
     
     
     

 

     
     
     
     
     
     
     

     
     
     
     
     
     
     
     
     
     
     
     
     
     
     
       