摘要: ajajx.js var objRequest; function getajax() { try { objRequest = new ActiveXObject("Msxml2.XMLHTTP"); } catch(e) { try { objRequest = new ActiveXObject("Microsoft.XMLHTTP"); } ... 阅读全文
posted @ 2007-08-22 22:42 风轻如梦 阅读(265) 评论(0) 推荐(0)