代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/302895/13825007
js xmlhttp.js
function XMLHttpClient(instanceName)
{
this.instanceName=instanceName;
this.xmlhttp = false;
if (window.XMLHttpRequest) { // Mozilla, Safari,...
this.xmlhttp = new XMLHttpRequest();
if (
www.eeworm.com/read/302895/13825035
js xmlhttp.js
function XMLHttpClient(instanceName)
{
this.instanceName=instanceName;
this.xmlhttp = false;
if (window.XMLHttpRequest) { // Mozilla, Safari,...
this.xmlhttp = new XMLHttpRequest();
if (
www.eeworm.com/read/125640/6027439
js xmlhttp.js
vti_encoding:SR|utf8-nl
vti_timelastmodified:TR|02 Sep 2003 04:00:14 -0000
vti_extenderversion:SR|4.0.2.6513
vti_backlinkinfo:VX|hz_sfw/qb/qb_sendfiles/files_send_book.htm hz_sfw/sw/lwjgselect.htm
www.eeworm.com/read/492331/6421595
chm xmlhttp 手册.chm
www.eeworm.com/read/478293/6714390
js xmlhttp.js
var XMLHttp = {
_objPool: [],
_getInstance: function ()
{
for (var i = 0; i < this._objPool.length; i ++)
{
if (this._objPool[i]["obj"].readyState
www.eeworm.com/read/409872/11308680
js xmlhttp.js
/*
[CYASK] (C)2007 Cyask.com
Revision: 3.0.0 for Discuz
Date: 2007/5/2
QQ: 240508015
*/
var XMLHttp =
{
Xpool: [],
getX: function()
{
this.Xpool[this.Xpool.length] = this.create
www.eeworm.com/read/348106/11611990
js xmlhttp.js
function $() {
var elements = new Array();
for (var i = 0; i < arguments.length; i++) {
var element = arguments[i];
if (typeof element == 'string')
element = document.getElemen
www.eeworm.com/read/340762/12135430
js xmlhttp.js
var XmlHttp ={
};
XmlHttp.getXmlHttpPrefix = function(){
if (this.getXmlHttpPrefix.prefix)
return this.getXmlHttpPrefix.prefix;
var prefixes = ["MSXML2", "Microsoft", "MSXML", "MSXML3"];
var
www.eeworm.com/read/234009/14125898