代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/415160/2138054
js zxml.js
var $a={$b:(typeof ActiveXObject!="undefined"),$z:document.implementation&&document.implementation.createDocument,$d:(typeof XMLHttpRequest!="undefined")};$a.ARR_XMLHTTP_VERS=["MSXML2.XmlHttp.5.0","MS
www.eeworm.com/read/415160/2138055
js zxml.js
var $a={$b:(typeof ActiveXObject!="undefined"),$z:document.implementation&&document.implementation.createDocument,$d:(typeof XMLHttpRequest!="undefined")};$a.ARR_XMLHTTP_VERS=["MSXML2.XmlHttp.5.0","MS
www.eeworm.com/read/415160/2138056
js zxml.js
var $a={$b:(typeof ActiveXObject!="undefined"),$z:document.implementation&&document.implementation.createDocument,$d:(typeof XMLHttpRequest!="undefined")};$a.ARR_XMLHTTP_VERS=["MSXML2.XmlHttp.5.0","MS
www.eeworm.com/read/415160/2138059
js zxml.js
var $a={$b:(typeof ActiveXObject!="undefined"),$z:document.implementation&&document.implementation.createDocument,$d:(typeof XMLHttpRequest!="undefined")};$a.ARR_XMLHTTP_VERS=["MSXML2.XmlHttp.5.0","MS
www.eeworm.com/read/415160/2138060
js zxml.js
var $a={$b:(typeof ActiveXObject!="undefined"),$z:document.implementation&&document.implementation.createDocument,$d:(typeof XMLHttpRequest!="undefined")};$a.ARR_XMLHTTP_VERS=["MSXML2.XmlHttp.5.0","MS
www.eeworm.com/read/415160/2138061
js zxml.js
var $a={$b:(typeof ActiveXObject!="undefined"),$z:document.implementation&&document.implementation.createDocument,$d:(typeof XMLHttpRequest!="undefined")};$a.ARR_XMLHTTP_VERS=["MSXML2.XmlHttp.5.0","MS
www.eeworm.com/read/369901/9630012
js occhat_newmsgalert.js
// JavaScript Document for new msg alert
function ocChat_getSentMsgUsers(){
var url = "getSentMsgUsers.asp";
xmlHttp.open("GET", url, true);
xmlHttp.onreadystatechange = ocChat_getSentMsgUsersR
www.eeworm.com/read/320128/3549727
js digg.js
function InitAjax()
{
var ajax=false;
try {
ajax = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
ajax = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
ajax = false;
}
}
i
www.eeworm.com/read/471568/1427181
js dv_dispbbs.js
function agree(boardid,topicid,announceid,t){
var postStr="BoardID="+boardid+"&topicid="+topicid+"&announceid="+announceid+"&atype="+t ;
var xmlhttp;
try{
xmlhttp= new ActiveXObject("Msxml2.