代码搜索:XMLHTTP

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

代码结果 1,050
www.eeworm.com/read/389332/2541184

js validate.js

// holds an instance of XMLHttpRequest var xmlHttp = createXmlHttpRequestObject(); // holds the remote server address var serverAddress = "validate.php"; // when set to true, display detailed err
www.eeworm.com/read/192928/8263742

js public.js

if(typeof(XMLHttpRequest) == 'undefined') var XMLHttpRequest = function() { var request = null; try { request = new ActiveXObject('Msxml2.XMLHTTP'); } catch(e) { try { requ
www.eeworm.com/read/392401/8346037

asp daohang.asp

www.eeworm.com/read/386486/8740719

txt ajax.txt

HTML <script> function createRequestObject() { var ro; var browser = navigator.appName; if(browser == "Microsoft Internet Explorer"){ ro = new ActiveXObject("Microsoft.XMLHTTP"); }else{
www.eeworm.com/read/182463/9203063

php test1.php

www.eeworm.com/read/299500/7846857

js zxml.js

var zXml={useActiveX:(typeof ActiveXObject!="undefined"),useDom:document.implementation&&document.implementation.createDocument,useXmlHttp:(typeof XMLHttpRequest!="undefined")};zXml.ARR_XMLHTTP_VERS=[
www.eeworm.com/read/151274/12224970

gif function.gif

www.eeworm.com/read/123098/14648579

asp function.asp

www.eeworm.com/read/123098/14648636

asp function1.asp

www.eeworm.com/read/119900/14817125

asp function.asp