var xmlhttp;
if (window.XMLHttpRequest)
{
// 创建 Mozilla/FireFox平台的 XMLHttpRequest 对象
xmlhttp = new XMLHttpRequest();
} else if (window.ActiveXObject)
{
// 创建 IE/Windows 平台的XMLHttp对象
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
}
if (window.XMLHttpRequest)
{
// 创建 Mozilla/FireFox平台的 XMLHttpRequest 对象
xmlhttp = new XMLHttpRequest();
} else if (window.ActiveXObject)
{
// 创建 IE/Windows 平台的XMLHttp对象
xmlhttp = new ActiveXObject("Microsoft.XMLHTTP");
}