代码搜索:XMLHttpRequest

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

代码结果 1,082
www.eeworm.com/read/135057/5890492

php tidy.php

www.eeworm.com/read/479946/1325305

js ajaxp.js

var xmlHttp; function createXMLHttp(){ if(window.ActiveXObject){ xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } else{ xmlHttp = new XMLHttpRequest(); } } function check(){
www.eeworm.com/read/178473/5316332

js taconite-client.js

/** @fileoverview This JavaScript file represents the core browser-side functionality supplied by Taconite. In general, the tools in this file wrap an instance of XMLHttpRequest object
www.eeworm.com/read/174527/5361320

js taconite-client.js

/** @fileoverview This JavaScript file represents the core browser-side functionality supplied by Taconite. In general, the tools in this file wrap an instance of XMLHttpRequest object
www.eeworm.com/read/342262/3235685

js taconite-client.js

/** @fileoverview This JavaScript file represents the core browser-side functionality supplied by Taconite. In general, the tools in this file wrap an instance of XMLHttpRequest object
www.eeworm.com/read/422249/2040433

js taconite-client.js

/** @fileoverview This JavaScript file represents the core browser-side functionality supplied by Taconite. In general, the tools in this file wrap an instance of XMLHttpRequest object
www.eeworm.com/read/394587/2456625

js taconite-client.js

/** @fileoverview This JavaScript file represents the core browser-side functionality supplied by Taconite. In general, the tools in this file wrap an instance of XMLHttpRequest object
www.eeworm.com/read/389332/2541154

js friendly.js

// holds an instance of XMLHttpRequest var xmlHttp = createXmlHttpRequestObject(); // holds the remote server address and parameters var serverAddress = "friendly.php"; var getNumberParams = "acti
www.eeworm.com/read/389332/2541196

js grid.js

// stores the reference to the XMLHttpRequest object var xmlHttp = createXmlHttpRequestObject(); // the name of the XSLT file var xsltFileUrl = "grid.xsl"; // the file that returns the requested d
www.eeworm.com/read/389209/2541958

js taconite-client.js

/** @fileoverview This JavaScript file represents the core browser-side functionality supplied by Taconite. In general, the tools in this file wrap an instance of XMLHttpRequest object