eclipse3.4在jsp页面中var xmlHttp;
function createXMLHttpRequest(){
if(window.ActiveXObject){
 xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");
}else if(window.XMLHttpRequest){
xmlHttp = new XMLHttpRequest();
}
}总会有ActiveXObject cannot be resolved to a type,怎么回事