代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/447003/1707503
js login.js
var xmlHttp = new ActiveXObject("Microsoft.XMLHTTP");
function checkEmailName(url)
{
passCheck = new Boolean(true);
var e = document.getElementById("newEmailName");
var newEmailNam
www.eeworm.com/read/182463/9203210
js addportal.js
function IsInstallSupMiniQQ(QQVersion){
if (navigator.userAgent.indexOf("MSIE") > -1) {
try{//支持
var xmlhttp=new ActiveXObject("TimwpDll.TimwpCheck");
var n = xmlhttp.GetVersion();
www.eeworm.com/read/251106/12363957
js ajax.js
var Ajax = {
getTransport: function() {
return Try.these(
function() {return new ActiveXObject('Msxml2.XMLHTTP')},
function() {return new ActiveXObject('Microsoft.XMLHTTP')},
f
www.eeworm.com/read/464699/1525236
js jscript.js
//本例是通过纯JavaScript实现
//创建XMLHttpRequest异步对象
function getXmlHttpRequest()
{
var xmlHttp;
try
{ // Firefox, Opera 8.0+, Safari
xmlHttp=new XMLHttpRequest();
}
www.eeworm.com/read/443995/1736917
js edit.js
var xmlHttp = window.XMLHttpRequest?(new XMLHttpRequest()):(new ActiveXObject("Microsoft.XMLHTTP"));
function chaptercontent(path,chaptername,chapterid)
{
document.getElementById("Text_Chapt
www.eeworm.com/read/494348/6382900
js ycnconn.js
ycn=window.ycn||{}
ycn.Connect={_msxml_progid:['MSXML2.XMLHTTP.3.0','MSXML2.XMLHTTP','Microsoft.XMLHTTP'],isIE50:function(){return navigator.userAgent.indexOf("MSIE 5.0")>0;},_http_header:{},_has_h
www.eeworm.com/read/424983/2011087
js ycnconn.js
ycn=window.ycn||{}
ycn.Connect={_msxml_progid:['MSXML2.XMLHTTP.3.0','MSXML2.XMLHTTP','Microsoft.XMLHTTP'],isIE50:function(){return navigator.userAgent.indexOf("MSIE 5.0")>0;},_http_header:{},_has_h
www.eeworm.com/read/190941/5170464
js utilxmlhttp.js
var _XMLHttp=[];
function XMLHttp(callback) {
this.callback=callback;
this.callbackData=null;
this.query='';
this.content='';
this.url='';
this.userUrl='';
this.async=true;
this.dat
www.eeworm.com/read/277610/4153897
js pub.js
var CSKey;
var xmlhttp = false;
function newHttpRequest()
{
var http = false;
try {
http = new ActiveXObject("Msxml2.XMLHTTP");
}catch(e)
{
try
{
http = new ActiveXObject