文章分类 -  Ajax

XmlHTTP
摘要:现在Ajax是越来越流行了,它的无刷新效果太吸引人了,认识下。 var xmlHttpReq = new ActiveXObject("MSXML2.XMLHTTP.3.0"); xmlHttpReq.open("GET", "http://localhost/books.xml", false); xmlHttpReq.send(); alert(xmlHttpReq.responseTe... 阅读全文
posted @ 2007-08-13 18:15 happaywxl 阅读(164) 评论(0) 推荐(0)