代码搜索:XmlHttpRequest

找到约 1,082 项符合「XmlHttpRequest」的源代码

代码结果 1,082
www.eeworm.com/read/235668/14057164

js ajax.js

/****************************************************************************** SupeSite/X-Sapce - Ajax for SS/XS Copyright 2001-2006 Comsenz Inc. (http://www.comsenz.com) *********************
www.eeworm.com/read/235668/14057352

js ajax.js

/****************************************************************************** SupeSite/X-Sapce - Ajax for SS/XS Copyright 2001-2006 Comsenz Inc. (http://www.comsenz.com) *********************
www.eeworm.com/read/375808/9349138

js pw_ajax.js

var http_request = false; function send_request(url,callback,data){ //alert(url); //var http_request=false; if(window.ActiveXObject){ try{ http_request=new ActiveXObject("Msxml2.XMLHTTP"); }
www.eeworm.com/read/462347/7202605

js ajax_func.js

//定义XMLHttpRequest对象实例 var http_request = false; //定义可复用的http请求发送函数 function send_request(method,url,content,responseType,callback) {//初始化、指定处理函数、发送请求的函数 http_request = false; //开始初始化XMLHttpRe
www.eeworm.com/read/312030/13620013

js pw_ajax.js

var http_request = false; function send_request(url,callback,data){ http_request=false; if(window.XMLHttpRequest){ http_request=new XMLHttpRequest(); if(http_request.overrideMimeType){
www.eeworm.com/read/305789/13760930

js ajax_func.js

//该源码下载自www.51aspx.com(51aspx.com) var http_request = false; function send_request(method,url,content,responseType,callback){ http_request=false; if(window.XMLHttpRequest){//Mozilla浏览器 http
www.eeworm.com/read/478614/6711255

js public.js

var http_request=false; function send_request(url) { http_request=false; if(window.XMLHttpRequest) { http_request =new XMLHttpRequest(); if(http_request.overrideMimeType) { htt
www.eeworm.com/read/264243/11324461

js ajax_func_dcz.js

//定义XMLHttpRequest对象实例 var http_request = false; //定义可复用的http请求发送函数 function send_request(method,url,content,responseType,callback) {//初始化、指定处理函数、发送请求的函数 http_request = false; //开始初始化XMLHttpReq
www.eeworm.com/read/264243/11324463

js ajax_func.js

//定义XMLHttpRequest对象实例 var http_request = false; //定义可复用的http请求发送函数 function send_request(method,url,content,responseType,callback) {//初始化、指定处理函数、发送请求的函数 http_request = false; //开始初始化XMLHttpReq
www.eeworm.com/read/407180/11425643

js ajax.js

var navigatorname; if (navigator.userAgent.indexOf("Opera")>=0) { navigatorname="Opera" } if (navigator.userAgent.indexOf("MSIE")>=0) { navigatorname="IE" } if (navigator.userAgent.indexOf