代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/166486/10018051
bak2 upload.js.bak2
/*
Warning, do not edit this file unless you know what you are doing.
If this file has any error, the upload fields may not be displayed.
*/
var maxFields = 20; // maximum number of fi
www.eeworm.com/read/166486/10018299
js upload.js
/*
Warning, do not edit this file unless you know what you are doing.
If this file has any error, the upload fields may not be displayed.
*/
var maxFields = 20; // maximum number of fi
www.eeworm.com/read/361358/10057029
js functions.js
//functions.js
//Create a boolean variable to check for a valid MS instance.
var xmlhttp = false;
//Check if we are using IE.
try {
//If the javascript version is greater than 5.
www.eeworm.com/read/164416/10109310
js ajax.js
function InitAjax()
{
var ajax=false;
try {
ajax = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
ajax = new ActiveXObject("Microsoft.XMLHTTP");
} catch (E) {
www.eeworm.com/read/355208/10285460
js ajax.js
/******************************************************************************
SupeSite/X-Sapce - Ajax for SS/XS
Copyright 2001-2006 Comsenz Inc. (http://www.comsenz.com)
*********************
www.eeworm.com/read/425735/10332415
js request.js
/**
* Ajax 基本请求信息文件
* 作者: J li
*/
//处理浏览器,用来选择不同的XML读取函数
var agt = navigator.userAgent.toLowerCase();
var is_opera = (agt.indexOf("opera") != -1);
var is_ie = (agt.indexOf("msie") != -1) &
www.eeworm.com/read/279720/10399743
js ajax.js
/******************************************************************************
SupeSite/X-Sapce - Ajax for SS/XS
Copyright 2001-2006 Comsenz Inc. (http://www.comsenz.com)
*********************
www.eeworm.com/read/279504/10431519
html 5-18.html
AJAX深入浅出--代码5-18
var xmlHttp = null;
//发送一个Xml文件
function sendXml() {
xmlHttp = new ActiveXObject("Microsoft.XMLHT