摘要: 1.js文件 1 function SendHttp(URL,XmlContent) 2 { 3 var xmlhttp = new ActiveXObject("Microsoft.XMLHTTP"); 4 xmlhttp.open("POST", URL, false); 5 xmlhttp.setRequestHeader("Content-Type","text... 阅读全文
posted @ 2007-06-29 17:27 herobeast 阅读(1064) 评论(3) 推荐(0)