代码搜索:XMLHTTP

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

代码结果 1,050
www.eeworm.com/read/340995/3262534

xmlhttp msxml2.xmlhttp

页面没有找到
www.eeworm.com/read/427626/1969619

js xmlhttp.class.js

# language: JSVM2 /** * @fileoverview js.net.XmlHttp class {@link http://jsvm.org/} * @file XmlHttp.jsc * @author Wan Changhua * @version 2.01, 10/23/05 * @since JSVM2.0 */ package
www.eeworm.com/read/173651/9645071

zip xmlhttp_demo.zip

www.eeworm.com/read/458101/7309373

txt test_xmlhttp2.txt

This is another text file - shown WITHOUT re-loading the page! This is how the XML HTTP request object works!
www.eeworm.com/read/458101/7311576

txt test_xmlhttp2.txt

This is another text file - shown WITHOUT re-loading the page! This is how the XML HTTP request object works!
www.eeworm.com/read/197786/7970874

htm example_progress_xmlhttp.htm

var oXMLDoc = new ActiveXObject("Microsoft.XMLDOM"); //创建'MSXML'对象 var theUniqueID= 0; var iTimerID=null; //这个变量是作定时器的ID //让数
www.eeworm.com/read/459376/7276473

js 23-2 xmlhttp.js

 //================================= // xmlhttp object start //--------------------------------- function xmlhttp(){ // declare all the private variable var aryArgu, aryOnPropertyChan
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/458101/7309320

asp@filename=try_dom_httprequest_js1 tryit_view.asp@filename=try_dom_httprequest_js1

var xmlhttp; function loadXMLDoc(url) { xmlhttp=null; if (window.XMLHttpRequest) {// code for Firefox, Opera, IE7, etc. xmlhttp=new XMLHttpRe