代码搜索:XMLHttpRequest
找到约 1,082 项符合「XMLHttpRequest」的源代码
代码结果 1,082
www.eeworm.com/read/426677/9004556
js ajax.js
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: ajax.js,v $
$Revision: 1.17.2.25 $
$Date: 2007/03/21 15:53:02 $
*/
var Ajaxs = ne
www.eeworm.com/read/282841/9056387
js ajax.js
/*
[Discuz!] (C)2001-2007 Comsenz Inc.
This is NOT a freeware, use is subject to license terms
$RCSfile: ajax.js,v $
$Revision: 1.117 $
$Date: 2007/08/09 08:49:19 $
*/
var Ajaxs = new
www.eeworm.com/read/184426/9100846
js requestor.js
/*
* Timeout
*/
var requestTimer;
var XMLHTTPREQUEST_TIMEOUT = 10000;
/*
* Returns a new XMLHttpRequest object, or false if this browser
* doesn't support it
*/
function newXMLHttpRequ
www.eeworm.com/read/380026/9167642
js ajaxjs.js
function $(id)
{
return document.getElementById(id);
}
function echo(obj,html)
{
$(obj).innerHTML=html;
}
function fopen(obj)
{
$(obj).style.display="";
}
function fclose(obj)
{
$(o
www.eeworm.com/read/380026/9167784
js ajaxjs.js
function $(id)
{
return document.getElementById(id);
}
function echo(obj,html)
{
$(obj).innerHTML=html;
}
function fopen(obj)
{
$(obj).style.display="";
}
function fclose(obj)
{
$(o
www.eeworm.com/read/380026/9167938
js ajaxjs.js
function $(id)
{
return document.getElementById(id);
}
function echo(obj,html)
{
$(obj).innerHTML=html;
}
function fopen(obj)
{
$(obj).style.display="";
}
function fclose(obj)
{
$(o
www.eeworm.com/read/380026/9168082
js ajaxjs.js
function $(id)
{
return document.getElementById(id);
}
function echo(obj,html)
{
$(obj).innerHTML=html;
}
function fopen(obj)
{
$(obj).style.display="";
}
function fclose(obj)
{
$(o
www.eeworm.com/read/380026/9168210
js ajaxjs.js
function $(id)
{
return document.getElementById(id);
}
function echo(obj,html)
{
$(obj).innerHTML=html;
}
function fopen(obj)
{
$(obj).style.display="";
}
function fclose(obj)
{
$(o
www.eeworm.com/read/380026/9168349
js ajaxjs.js
function $(id)
{
return document.getElementById(id);
}
function echo(obj,html)
{
$(obj).innerHTML=html;
}
function fopen(obj)
{
$(obj).style.display="";
}
function fclose(obj)
{
$(o
www.eeworm.com/read/377999/9254797
js hack2.js
var request;
var queryString; //will hold the POSTed data
function sendData(){
setQueryString();
var url="http://www.parkerriver.com/s/sender";
httpRequest("POST",url,true);
}
//event