Ajax在ie6上不支持,怎么办_百度知道
最佳答案: 跟版本有关试一下这段代码 /** * 得到XMLHttpRequest对象的方法 */ function createXmlHttpRequest(){ var xmlHttpRequest; if(window.ActiveX...更多关于关于ie6下面ajax循环问题的问题>>
ie9和ie6处理ajax请求的问题 - ITeye问答
2011年6月19日 - ie9和ie6处理ajax请求的问题5 我用jquery的$.get()方法请求后台xml格式数据,在ie6中必须设置response.setContentType("text/xml")才能正确返回结果。...