使用xmlhttp 获取该页信息 使用异步
if(objHttp.readyState==4)
{
if(objHttp.status!==200)
{
alert("该页不存在"!);
}
}