2014年6月13日
摘要: function createXHR() { var request; if (typeof (XMLHttpRequest) == 'undefined') { request = new ActiveXObject('Microsoft.XMLHTTP'); } ... 阅读全文
posted @ 2014-06-13 15:18 非零 阅读(240) 评论(0) 推荐(0) 编辑
摘要: //封装post时候,表单中所有具有name数据的表单元素的值,并返回“n=1&p=a”function serialize(formid) { var arr = []; var ipts = document.getElementById(formid).getElementsByT... 阅读全文
posted @ 2014-06-13 15:14 非零 阅读(157) 评论(0) 推荐(0) 编辑