代码搜索:XMLHttpRequest

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

代码结果 1,082
www.eeworm.com/read/340507/12151072

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/223794/14617614

html gallery4_column1.html

Introduction to Ajax Tutorial
www.eeworm.com/read/236145/14030855

js httpclient.js

function HttpClient(){} HttpClient.prototype={ //传给open方法的GET,POST类型 requestType:'GET', //当设置为true时,将发出异步调用 isAsync:false, //保存XMLHttpRequest实例的地方 xmlhttp:false, //当发送一个成功的异步调用后将调用的内容
www.eeworm.com/read/291303/8426083

htm checkuser.htm

 无标题页
www.eeworm.com/read/290522/8479346

htm sample8_1.htm

无标题文档 var http_request = false; function send_request(url) {//初
www.eeworm.com/read/289675/8535887

txt javascriptreadxml.txt

无标题文档 var http_request = false; function send_request(url) {//初
www.eeworm.com/read/287341/8693122

php index.php

www.eeworm.com/read/167894/9948287

htm sample8_1.htm

无标题文档 var http_request = false; function send_request(url) {//初
www.eeworm.com/read/359172/10163352

htm sample8_1.htm

无标题文档 var http_request = false; function send_request(url) {//初
www.eeworm.com/read/358889/10176905

htm t1.htm

var xmlHttp = false; try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlHttp = new ActiveXObject("Microsoft