代码搜索:XMLHttpRequest

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

代码结果 1,082
www.eeworm.com/read/412251/2171997

svn-base ips_xmlhttprequest.js.htm.svn-base

function ajax_request(){this.isIE=false;this.allow_use=use_enhanced_js?true:false;this.xmlhandler=null;this.error_string='';this.nocache=true;this.do_request_functon=function(){};this.loading_fired=0;
www.eeworm.com/read/214298/15107191

txt readme.txt

IP记录及IP来源查询功能模块(ASP) 版本:1.0 作者:shemily 创建:2007-04-14 网站:www.oncecode.com (重用网-chong yong wang) 功能: 可方便记录; 产看IP来源; 可更新IP来源(Ajax应用); ----------------------------------- 调用方法: 1、复制
www.eeworm.com/read/223794/14617563

html intro5_column2.html

Introduction to Ajax Tutorial the single one
www.eeworm.com/read/223794/14617569

html ajaxmanager4_column1.html

Introduction to Ajax Tutorial Line
www.eeworm.com/read/223794/14617633

html gallery4_column2.html

Introduction to Ajax Tutorial
www.eeworm.com/read/431682/8661406

js ajax.js

// IE support if (window.ActiveXObject && !window.XMLHttpRequest) { window.XMLHttpRequest = function() { var msxmls = new Array('Msxml2.XMLHTTP.5.0','Msxml2.XMLHTTP.4.0','Msxml2.XMLHTTP.3.0
www.eeworm.com/read/380240/9156078

js ajax1.js

/* * Returns an new XMLHttpRequest object, or false if the browser * doesn't support it */ function newXMLHttpRequest() { var xmlreq = false; // Create XMLHttpRequest object in non-Microsoft