代码搜索:XMLHTTP
找到约 1,050 项符合「XMLHTTP」的源代码
代码结果 1,050
www.eeworm.com/read/165726/5480212
js fcktools_ie.js
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2004 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.open
www.eeworm.com/read/161605/5550900
js fcktools_ie.js
/*
* FCKeditor - The text editor for internet
* Copyright (C) 2003-2005 Frederico Caldeira Knabben
*
* Licensed under the terms of the GNU Lesser General Public License:
* http://www.ope
www.eeworm.com/read/475901/6768720
js qm.js
// JavaScript Document
function formonclick(k)
{
switch (k)
{
case "3":
document.getElementById('d').innerHTML=iinput("13","q","")+" - "+iinput("13","q1","");
$("option2").style.dis
www.eeworm.com/read/475808/6778659
js common.js
//创建xmlHttp
function getxmlHttp() {
xmlHttp = false;
if (window.XMLHttpRequest) {
//对于Mozilla﹑Netscape﹑Safari等浏览器,创建XMLHttpRequest
xmlHttp = new XMLHttpRequest();
if (xmlHttp.overrideMimeType) {
www.eeworm.com/read/475808/6778683
js common.js
//创建xmlHttp
function getxmlHttp() {
xmlHttp = false;
if (window.XMLHttpRequest) {
//对于Mozilla﹑Netscape﹑Safari等浏览器,创建XMLHttpRequest
xmlHttp = new XMLHttpRequest();
if (xmlHttp.overrideMimeType) {
www.eeworm.com/read/475808/6778723
js common.js
//创建xmlHttp
function getxmlHttp() {
xmlHttp = false;
if (window.XMLHttpRequest) {
//对于Mozilla﹑Netscape﹑Safari等浏览器,创建XMLHttpRequest
xmlHttp = new XMLHttpRequest();
if (xmlHttp.overrideMimeType) {
www.eeworm.com/read/475808/6778746
js common.js
//创建xmlHttp
function getxmlHttp() {
xmlHttp = false;
if (window.XMLHttpRequest) {
//对于Mozilla﹑Netscape﹑Safari等浏览器,创建XMLHttpRequest
xmlHttp = new XMLHttpRequest();
if (xmlHttp.overrideMimeType) {
www.eeworm.com/read/474955/6798480
js js.js
function $$(id) { return document.getElementById(id); }
/// 设置Cookie值
function setCookie(name, value, days) {
var expires = "";
if (days) {
var d = new Date();
d.setT
www.eeworm.com/read/471511/6895155
txt ajax.txt
var xmlHttp = false;
try {
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlHttp = new ActiveXObject("Microsoft.X