代码搜索:XMLHttpRequest

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

代码结果 1,082
www.eeworm.com/read/279804/10392759

js 02.js

/** * Use XMLHttpRequest to fetch the contents of the specified URL using * an HTTP GET request. When the response arrives, pass it (as plain * text) to the specified callback function. * * Thi
www.eeworm.com/read/353086/10472079

js ajax.js

/* [Discuz!] (C)2001-2007 Comsenz Inc. This is NOT a freeware, use is subject to license terms $RCSfile: ajax.js,v $ $Revision: 1.17.2.25 $ $Date: 2007/03/21 15:53:02 $ */ var Ajaxs = ne
www.eeworm.com/read/353053/10475338

js ajax.js

/* [Discuz!] (C)2001-2007 Comsenz Inc. This is NOT a freeware, use is subject to license terms $RCSfile: ajax.js,v $ $Revision: 1.17.2.25 $ $Date: 2007/03/21 15:53:02 $ */ var Ajaxs = ne
www.eeworm.com/read/277633/10614904

js hack2.js

var request; var queryString; //will hold the POSTed data function sendData(){ setQueryString(); var url="http://www.parkerriver.com/s/sender"; httpRequest("POST",url,true); } //event
www.eeworm.com/read/277633/10614911

js hack3.js

var request; var queryString; //will hold the POSTed data function sendData(){ setQueryString(); var url="http://www.parkerriver.com/s/sender"; httpRequest("POST",url,true); } //event
www.eeworm.com/read/277633/10614922

js hack10.js

var request; var urlFragment="http://www.parkerriver.com/s/sender?name=guest"; var st; function getAllHeaders(url,styl){ st=styl; httpRequest("GET",url,true); } /* Set one or more CSS styl
www.eeworm.com/read/277633/10614930

js hack5.js

var request; var queryString; //will hold the POSTed data function sendData(){ setQueryString(); url="http://www.parkerriver.com/s/json"; //www.parkerriver.com httpRequest("POST",url
www.eeworm.com/read/277633/10614951

js hack1.js

var timeoutId, request; var hostName="192.168.0.3";//192.168.0.3"10.0.1.3; //a pull-it-all-together function function execute(val){ url="http://"+hostName+":8080/parkerriver/s/checker?email="+encodeU
www.eeworm.com/read/277633/10614980

js hacks2_11.js

window.onload=function(){ var hid = document.getElementById("hid"); var val = "navprops="+encodeURIComponent(hid.value); url = "http://www.parkerriver.com/s/hid"; httpRequest("POST",ur
www.eeworm.com/read/277633/10614994

js hacks2_6.js

var origOptions = null; var request=null; window.onload=function(){ var sel = document.getElementById("cts"); var sel2 = document.getElementById("sts"); if(sel != null){ sel.oncli