1个回答
展开全部
function gethistoryHousesNew()
{
var xml_httph = new DefineRequest();
xml_httph.open("Get","/newsecond/include/HistoryHousesMore.aspx?r="+Math.random(),true);
xml_httph.onreadystatechange=function()
{
if(xml_httph.readyState==4)
{
if (xml_httph.status == 200)
{
if(xml_httph.responseText!="")
{
$('historyhouses').innerHTML=xml_httph.responseText;
}
}
else
{
//alert("服务器异常或通信延迟,请稍后重新提交");
}
}
else
{
//提示页面正在提交中
$('historyhouses').innerHTML="Loading...";
}
};
xml_httph.send(null);
}
gethistoryHousesNew();
</script>
{
var xml_httph = new DefineRequest();
xml_httph.open("Get","/newsecond/include/HistoryHousesMore.aspx?r="+Math.random(),true);
xml_httph.onreadystatechange=function()
{
if(xml_httph.readyState==4)
{
if (xml_httph.status == 200)
{
if(xml_httph.responseText!="")
{
$('historyhouses').innerHTML=xml_httph.responseText;
}
}
else
{
//alert("服务器异常或通信延迟,请稍后重新提交");
}
}
else
{
//提示页面正在提交中
$('historyhouses').innerHTML="Loading...";
}
};
xml_httph.send(null);
}
gethistoryHousesNew();
</script>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询