代码搜索:XMLHttpRequest
找到约 1,082 项符合「XMLHttpRequest」的源代码
代码结果 1,082
www.eeworm.com/read/359640/2974345
js xmlhttprequest.js
/*
Cross-Browser XMLHttpRequest v1.1
=================================
Emulate Gecko 'XMLHttpRequest()' functionality in IE and Opera. Opera requires
the Sun Java Runtime Environment
www.eeworm.com/read/359383/2977287
js xmlhttprequest.js
/*
Cross-Browser XMLHttpRequest v1.1
=================================
Emulate Gecko 'XMLHttpRequest()' functionality in IE and Opera. Opera requires
the Sun Java Runtime Environment
www.eeworm.com/read/393656/8271507
js xmlhttprequest.js
/* Create a new XMLHttpRequest object to talk to the Web server */
var xmlHttp = false;
try {
xmlHttp = new ActiveXObject("Msxml2.XMLHTTP");
} catch (e) {
try {
xmlHttp = new ActiveX
www.eeworm.com/read/369901/9630007
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/202497/15381179
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
* modify i
www.eeworm.com/read/202497/15381189
cpp xmlhttprequest.cpp
// -*- 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
* modify i
www.eeworm.com/read/291669/8403814
js cls_xmlhttprequest.js
/**********************************************
* @author skyz
* @function javascript client ajax dealwith
* @datetime 2006-3-20
**********************************************
* Function:
www.eeworm.com/read/470729/6906993
h xmlhttprequest.lut.h
/* Automatically generated from xmlhttprequest.cpp using ../../../JavaScriptCore/kjs/create_hash_table. DO NOT EDIT ! */
namespace KJS {
const struct HashEntry XMLHttpRequestProtoTableEntries[]
www.eeworm.com/read/340194/12175343
h xmlhttprequest.lut.h
/* Automatically generated from xmlhttprequest.cpp using create_hash_table. DO NOT EDIT ! */
namespace KJS {
const struct HashEntry XMLHttpRequestProtoTableEntries[] = {
{ "open", XMLHttpReq