如何处理使用XMLHttpRequest向服务器发出同步请求而服务器不可用的情况?
xmlhttp.open("POST","Page.aspx",false); xmlhttp.send(null);
现在,此方案导致JavaScript错误:“系统无法找到指定的资源”