﻿// JScript 文件
myxwgjz=encodeURIComponent(document.getElementById('xwgjz').innerHTML);

send_request("/ashx/H_ajax.ashx?timeid="+Math.random()+"","lyy=xgnew&myxwgjz="+myxwgjz+"","recivexgnew");

function recivexgnew()
  { 
   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("divnew").innerHTML=str;

    } 
    
    houseid=encodeURIComponent(document.getElementById('id').innerHTML);     
    
    send_request("/ashx/H_ajax.ashx?timeid="+Math.random()+"","lyy=housedianji&houseid="+houseid+"","reciverenqi");
    
    
    function reciverenqi()
  { 
   if (http_request.readyState == 4) { // 判断对象状态
       // document.getElementById("infoId3").style.display="none";
            if (http_request.status == 200) { // 信息已经成功返回，开始处理信息
           
              operrenqi(http_request.responseText);
             
            } else { //页面不正常
                alert("您所请求的页面有异常。");
            }
        }
        else
        {
      //  document.getElementById("infoId3").style.display="block";
        }
     
    }
    
      function operrenqi(str)
    {
     document.getElementById("spanrenqi").innerHTML=str;

    } 
    
    
    
    
     