代码搜索:XMLHTTP

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

代码结果 1,050
www.eeworm.com/read/352129/3097517

js xmllib.js

var OxO8f32=["prefix","MSXML2","Microsoft","MSXML","MSXML3","length",".DomDocument","Could not find an installed XML parser",".XmlHttp","Could not find an installed XMLHttp object","create","XMLHttpRe
www.eeworm.com/read/269921/11070544

asp function.asp

www.eeworm.com/read/457565/1596094

js login.js

//1.我们首先创建一个全局变量 //2.我们在创建一个XmlHttpRequest对象 var xmlHttp; function createXmlHttpRequest() { if(window.XMLHttpRequest) { xmlHttp=new XMLHttpReq
www.eeworm.com/read/451043/1667088

js login.js

//1.我们首先创建一个全局变量 //2.我们在创建一个XmlHttpRequest对象 var xmlHttp; function createXmlHttpRequest() { if(window.XMLHttpRequest) { xmlHttp=new XMLHttpReq
www.eeworm.com/read/451043/1667250

js login.js

//1.我们首先创建一个全局变量 //2.我们在创建一个XmlHttpRequest对象 var xmlHttp; function createXmlHttpRequest() { if(window.XMLHttpRequest) { xmlHttp=new XMLHttpReq
www.eeworm.com/read/287341/8693274

php ajax_em.php

/** * 初始化一个xmlhttp对象 */ function InitAjax() { var ajax=false; try { ajax = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) {
www.eeworm.com/read/389332/2541175

js quickstart.js

// stores the reference to the XMLHttpRequest object var xmlHttp = createXmlHttpRequestObject(); // retrieves the XMLHttpRequest object function createXmlHttpRequestObject() { // will stor
www.eeworm.com/read/238913/4606696

asp test.asp

www.eeworm.com/read/447003/1707508

js writeletter.js

www.eeworm.com/read/389332/2541150

js morephp.js

// holds an instance of XMLHttpRequest var xmlHttp = createXmlHttpRequestObject(); // creates an XMLHttpRequest instance function createXmlHttpRequestObject() { // will store the reference t