代码搜索:XMLHTTP

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

代码结果 1,050
www.eeworm.com/read/458101/7311575

asp@filename=tryajax_httprequest_js1 tryit_view.asp@filename=tryajax_httprequest_js1

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

js hint.js

function Hint(){ var xmlHttp; try{ xmlHttp=new ActiveXObject('Msxml2.XMLHTTP'); }catch(e){ try{ xmlHttp=new ActiveXObject('Microsoft.XMLHTTP'); }catch(e){ try{ xml
www.eeworm.com/read/380026/9167642

js ajaxjs.js

function $(id) { return document.getElementById(id); } function echo(obj,html) { $(obj).innerHTML=html; } function fopen(obj) { $(obj).style.display=""; } function fclose(obj) { $(o
www.eeworm.com/read/380026/9167784

js ajaxjs.js

function $(id) { return document.getElementById(id); } function echo(obj,html) { $(obj).innerHTML=html; } function fopen(obj) { $(obj).style.display=""; } function fclose(obj) { $(o
www.eeworm.com/read/380026/9167938

js ajaxjs.js

function $(id) { return document.getElementById(id); } function echo(obj,html) { $(obj).innerHTML=html; } function fopen(obj) { $(obj).style.display=""; } function fclose(obj) { $(o
www.eeworm.com/read/380026/9168082

js ajaxjs.js

function $(id) { return document.getElementById(id); } function echo(obj,html) { $(obj).innerHTML=html; } function fopen(obj) { $(obj).style.display=""; } function fclose(obj) { $(o
www.eeworm.com/read/380026/9168210

js ajaxjs.js

function $(id) { return document.getElementById(id); } function echo(obj,html) { $(obj).innerHTML=html; } function fopen(obj) { $(obj).style.display=""; } function fclose(obj) { $(o
www.eeworm.com/read/380026/9168349

js ajaxjs.js

function $(id) { return document.getElementById(id); } function echo(obj,html) { $(obj).innerHTML=html; } function fopen(obj) { $(obj).style.display=""; } function fclose(obj) { $(o
www.eeworm.com/read/460944/7237132

js ajax.js

function MagicAjax() { this.errorMsg = new Array("ajax 调用发生错误","缺少类名或方法名","参数错误"); this.async = true;//是否异步 this.url = null;//请求的URL this.type = "get";// get or post this.pa
www.eeworm.com/read/494618/6378404

js ajax.js

//Ajax 主程序类 function $(id) { return document.getElementById(id); } function echo(obj,html) { $(obj).innerHTML=html; } //创建xmlhttp对象 function createxmlhttp() { var xmlhttp=false; try