代码搜索:XMLHttpRequest
找到约 1,082 项符合「XMLHttpRequest」的源代码
代码结果 1,082
www.eeworm.com/read/427157/1973161
js ajaxrequest.js
//发送ajax请求
function AJAXRequest()
{
var xmlObj = false;
var CBfunc,ObjSelf;
ObjSelf=this;
try { xmlObj=new XMLHttpRequest; }
catch(e) {
try { xmlObj=new ActiveXObject("MSXML2.XMLHTTP")
www.eeworm.com/read/415160/2138054
js zxml.js
var $a={$b:(typeof ActiveXObject!="undefined"),$z:document.implementation&&document.implementation.createDocument,$d:(typeof XMLHttpRequest!="undefined")};$a.ARR_XMLHTTP_VERS=["MSXML2.XmlHttp.5.0","MS
www.eeworm.com/read/415160/2138055
js zxml.js
var $a={$b:(typeof ActiveXObject!="undefined"),$z:document.implementation&&document.implementation.createDocument,$d:(typeof XMLHttpRequest!="undefined")};$a.ARR_XMLHTTP_VERS=["MSXML2.XmlHttp.5.0","MS
www.eeworm.com/read/415160/2138056
js zxml.js
var $a={$b:(typeof ActiveXObject!="undefined"),$z:document.implementation&&document.implementation.createDocument,$d:(typeof XMLHttpRequest!="undefined")};$a.ARR_XMLHTTP_VERS=["MSXML2.XmlHttp.5.0","MS
www.eeworm.com/read/415160/2138059
js zxml.js
var $a={$b:(typeof ActiveXObject!="undefined"),$z:document.implementation&&document.implementation.createDocument,$d:(typeof XMLHttpRequest!="undefined")};$a.ARR_XMLHTTP_VERS=["MSXML2.XmlHttp.5.0","MS
www.eeworm.com/read/415160/2138060
js zxml.js
var $a={$b:(typeof ActiveXObject!="undefined"),$z:document.implementation&&document.implementation.createDocument,$d:(typeof XMLHttpRequest!="undefined")};$a.ARR_XMLHTTP_VERS=["MSXML2.XmlHttp.5.0","MS
www.eeworm.com/read/415160/2138061
js zxml.js
var $a={$b:(typeof ActiveXObject!="undefined"),$z:document.implementation&&document.implementation.createDocument,$d:(typeof XMLHttpRequest!="undefined")};$a.ARR_XMLHTTP_VERS=["MSXML2.XmlHttp.5.0","MS
www.eeworm.com/read/397700/8028500
htm 16-1.htm
XMLHTTPRequest对象使用实例
var xmlHttp; //定义变量
xmlHttp=create_obj(); //调用函数
function create_obj()
{
var xmlHttp;
www.eeworm.com/read/475625/1384325
rst versionhistory.rst
2006-04-29 v1.3.1 (bug fix release)
- Fix sendXMLHttpRequest sendContent regression
- Internet Explorer fix in MochiKit.Logging (printfire exception)
- Internet Explorer XMLHttpRequest object le
www.eeworm.com/read/246736/4492178
js delete.js
var delete_http_request = false;
function delete_send_request(url, message)
{
delete_http_request = false;
if(window.XMLHttpRequest)
{
delete_http_request = new XMLHt