代码搜索:XMLHTTP

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

代码结果 1,050
www.eeworm.com/read/389209/2541896

js createxhr.js

var xmlHttp; function createXMLHttpRequest() { if (window.ActiveXObject) { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } else if (window.XMLHttpRequest) { xmlHttp
www.eeworm.com/read/367326/2846420

js createxhr.js

var xmlHttp; function createXMLHttpRequest() { if (window.ActiveXObject) { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } else if (window.XMLHttpRequest) { xmlHttp
www.eeworm.com/read/485831/6547817

js xdr.js

function AJax(SpanId,SubmitUrl){ var xmlHttp; try{ xmlHttp=new XMLHttpRequest(); } catch (e){ try{ xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e){ try{ xmlHttp=new
www.eeworm.com/read/485837/6548183

js xdr.js

function AJax(SpanId,SubmitUrl){ var xmlHttp; try{ xmlHttp=new XMLHttpRequest(); } catch (e){ try{ xmlHttp=new ActiveXObject("Msxml2.XMLHTTP"); } catch (e){ try{ xmlHttp=new
www.eeworm.com/read/479946/1325305

js ajaxp.js

var xmlHttp; function createXMLHttp(){ if(window.ActiveXObject){ xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } else{ xmlHttp = new XMLHttpRequest(); } } function check(){
www.eeworm.com/read/224251/4805462

js ajax.js

var xmlHttp; function createXMLHttpRequest() { if (window.ActiveXObject) { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); } else if (window.XMLHttpRequest) { xmlHttp = new X
www.eeworm.com/read/377649/2698526

js ajax.js

var xmlHttp; function createXMLHttpRequest() { if (window.ActiveXObject) { xmlHttp = new ActiveXObject("Microsoft.XMLHTTP"); }else if (window.XMLHttpRequest) { xmlHttp = new XMLHttpReq
www.eeworm.com/read/437590/1830511

js regist.js

var xmlHttp; function creatXmlHttp() { if (window.XMLHttpRequest) { xmlHttp = new XMLHttpRequest(); } else { xmlHttp = new Act
www.eeworm.com/read/390818/8439775

js admin_cou_cho.js

function deleteAllOptions(sel){sel.options.length=0;} function checkgras(){ var strid = $("select")[2].options[$("select")[2].selectedIndex].value*1; if (strid==0){ fillSel("请选择...",$("sel
www.eeworm.com/read/390818/8439781

js admin_res.js

function deleteAllOptions(sel){sel.options.length=0;} function checkgras(){ var strid = $("select")[1].options[$("select")[1].selectedIndex].value*1; if (strid==0){ fillSel("请选择...",$("sel