摘要:
因为工作的需要用了一下firefox的xmlhttp也就是XMLHttpRequest()的应用,发现跟ms很不相同主要是有三点要注意的 第一个是var xmlHttpReq = new XMLHttpRequest(); xmlHttpReq.open("GET", "http://localhost/xml.asp", false); xmlHttpReq.... 阅读全文
摘要:
因为工作的需要用了一下firefox的xmlhttp也就是XMLHttpRequest()的应用,发现跟ms很不相同主要是有三点要注意的 第一个是var xmlHttpReq = new XMLHttpRequest(); xmlHttpReq.open("GET", "http://localhost/xml.asp", false); xmlHttpReq.... 阅读全文
|