代码搜索:XMLHTTP

找到约 1,050 项符合「XMLHTTP」的源代码

代码结果 1,050
www.eeworm.com/read/389332/2541166

js phptest.js

// holds an instance of XMLHttpRequest var xmlHttp = createXmlHttpRequestObject(); // creates an XMLHttpRequest instance function createXmlHttpRequestObject() { // will store the reference t
www.eeworm.com/read/389332/2541188

js books.js

// holds an instance of XMLHttpRequest var xmlHttp = createXmlHttpRequestObject(); // creates an XMLHttpRequest instance function createXmlHttpRequestObject() { // will store the reference t
www.eeworm.com/read/389332/2541190

js async2.js

// holds an instance of XMLHttpRequest var xmlHttp = createXmlHttpRequestObject(); // creates an XMLHttpRequest instance function createXmlHttpRequestObject() { // will store the reference t
www.eeworm.com/read/389332/2541192

js async.js

// holds an instance of XMLHttpRequest var xmlHttp = createXmlHttpRequestObject(); // creates an XMLHttpRequest instance function createXmlHttpRequestObject() { // will store the reference t
www.eeworm.com/read/428378/1960530

js ajax.js

var xmlHttp; //step (2)创建一个XMLHttpRequest对象的实例 function createXMLHttpRequest(){ //Mozilla 浏览器(将XMLHttpRequest对象作为本地浏览器对象来创建) if(window.XMLHttpRequest){ //Mozilla 浏览器 xmlHttp = new XM
www.eeworm.com/read/400166/2355346

js ajax.js

var xmlHttp; //step (2)创建一个XMLHttpRequest对象的实例 function createXMLHttpRequest(){ //Mozilla 浏览器(将XMLHttpRequest对象作为本地浏览器对象来创建) if(window.XMLHttpRequest){ //Mozilla 浏览器 xmlHttp = new XM
www.eeworm.com/read/389332/2541202

js ajaxrequest.js

// will store reference to the XMLHttpRequest object var xmlHttp = null; // creates an XMLHttpRequest instance function createXmlHttpRequestObject() { // will store the reference to the XML
www.eeworm.com/read/468127/1493058

js dv_ajaxfuc.js

/*////////////////////////////////////////////////////////////////// * Script For Artworld Program * Script For Xmldom,Xmlhttp & Ajax; * Version: 1.0 * Copyright (C) 2001 - 2005 Artworld.cn