代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/415160/2138103
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/415160/2138107
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/408207/2253204
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/214268/15108527
js ajax.js
function Cbg(obj, objColor)
{
obj.style.backgroundColor=objColor;
}
function GetResult(str)
{
/*
*--------------- GetResult(str) -----------------
* GetResult(str)
* 功能:通过XMLHTTP发送请求,返回结果
www.eeworm.com/read/416749/2109566
tmp update.js.tmp
var currloc = location.pathname.substring(0,location.pathname.lastIndexOf('/')+1);
var user = '';
// Loadfeed function that is called by event
function loadFeed(user){
xmlHttp=GetXmlHttpObject();
if
www.eeworm.com/read/416749/2109568
svn-base update.js.svn-base
var currloc = location.pathname.substring(0,location.pathname.lastIndexOf('/')+1);
var user = '';
// Loadfeed function that is called by event
function loadFeed(user){
xmlHttp=GetXmlHttpObject();
if
www.eeworm.com/read/416749/2109570
js update.js
var currloc = location.pathname.substring(0,location.pathname.lastIndexOf('/')+1);
var user = '';
// Loadfeed function that is called by event
function loadFeed(user){
xmlHttp=GetXmlHttpObject();
if
www.eeworm.com/read/409383/2231895
js pageajax.js
var AjaxType;
var TempCont;
var curpage;
function getAjaxType()
{
try
{
AjaxType = new ActiveXObject("Msxml2.XMLHTTP");
}catch(e){
try
{
AjaxType = new ActiveXObject("Microsof