代码搜索:XMLHttpRequest
找到约 1,082 项符合「XMLHttpRequest」的源代码
代码结果 1,082
www.eeworm.com/read/281767/9136204
txt xmlhttprequest.txt
/*
Name: 创建xmlHttpRequest对象
Author: shemily
Create: 2007-04-29
Version: 1.0
Language: Javascript
*/
/* Create a new XMLHttpRequest object to talk to the Web server */
var xmlHttp = false
www.eeworm.com/read/281767/9136205
js xmlhttprequest.js
/* Create a new XMLHttpRequest object to talk to the Web server */
var xmlHttp = false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
try {
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
} catc
www.eeworm.com/read/281767/9136260
js xmlhttprequest.js
/* Create a new XMLHttpRequest object to talk to the Web server */
var xmlHttp = false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
try {
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
} catc
www.eeworm.com/read/365138/9877749
pdf xmlhttprequest.pdf
www.eeworm.com/read/470729/6906995
h xmlhttprequest.h
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2003 Apple Computer, Inc.
*
* This library is free software; you can redistribute it and/or
* mo
www.eeworm.com/read/470729/6907005
cpp xmlhttprequest.cpp
// -*- c-basic-offset: 2 -*-
/*
* This file is part of the KDE libraries
* Copyright (C) 2004 Apple Computer, Inc.
*
* This library is free software; you can redistribute it and/or
* mo
www.eeworm.com/read/452838/7431922
js xmlhttprequest.js
/* Create a new XMLHttpRequest object to talk to the Web server */
var xmlHttp = false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
try {
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
} catc
www.eeworm.com/read/452838/7431955
js xmlhttprequest.js
/* Create a new XMLHttpRequest object to talk to the Web server */
var xmlHttp = false;
/*@cc_on @*/
/*@if (@_jscript_version >= 5)
try {
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
} catc
www.eeworm.com/read/309504/13669988
js xmlhttprequest.js
/*
Cross-Browser XMLHttpRequest v1.1
=================================
Emulate Gecko 'XMLHttpRequest()' functionality in IE and Opera. Opera requires
the Sun Java Runtime Environment