代码搜索:XMLHTTP

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

代码结果 1,050
www.eeworm.com/read/396966/2405081

js pagehits.js

var xmlHttpst; function create(){ var xmlHttp = false; try { xmlHttp = new XMLHttpRequest(); } catch (trymicrosoft) { //renren try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
www.eeworm.com/read/37323/1072513

js xmlhttprequest.js

/* Create a new XMLHttpRequest object to talk to the Web server */ var xmlHttp = false; try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); } catch (e) { try { xmlHttp = new ActiveX
www.eeworm.com/read/346654/3181141

js clienthint.js

var xmlHttp function showLED(str) { var url="ajax"+ str xmlHttp=GetXmlHttpObject(LEDstateChanged) xmlHttp.open("GET", url , true) xmlHttp.send(null) } function LEDstateChanged() {
www.eeworm.com/read/443266/1751367

js ie.js

window.XMLHttpRequest = function() { var _list = new Array ( "MSXML2.XMLHTTP.4.0", "MSXML2.XMLHTTP.3.0", "MSXML2.XMLHTTP.2.6", "Microsoft.XMLHTTP" )
www.eeworm.com/read/229417/14339704

html client.html

www.eeworm.com/read/415482/2135390

js ajax.js

var xmlHttp;/*全局变量,保存XMLHttpRequest*/ //1、创建XMLHttpRequest对象. function createXMLHttpRequest(){ try{ xmlHttp=new ActiveXObject("Microsoft.XMLHTTP");//IE }catch(e){ try{ xmlHttp=new Ac
www.eeworm.com/read/409383/2231894

js myajax.js

var XmlHttp; var tempDiv; var curpage; divs=new Array(); //获取IE版本 function getAjax() { try { XmlHttp = new ActiveXObject("Msxml2.XMLHTTP"); }catch(e){ try { XmlHttp = new
www.eeworm.com/read/416469/11024311

js xhr.js

if (!window.XMLHttpRequest) { window.XMLHttpRequest = function() { var xmlHttp = null; var ex; try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP.4.0"); } catch (ex) {
www.eeworm.com/read/397700/8028236

php 21-9.php

www.eeworm.com/read/483886/6596866

js xhr.js

if (!window.XMLHttpRequest) { window.XMLHttpRequest = function() { var xmlHttp = null; var ex; try { xmlHttp = new ActiveXObject("Msxml2.XMLHTTP.4.0"); } catch (ex) {