代码搜索:XMLHttpRequest
找到约 1,082 项符合「XMLHttpRequest」的源代码
代码结果 1,082
www.eeworm.com/read/472233/1414066
idl xmlhttprequest.idl
/*
* Copyright (C) 2008 Apple Inc. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
www.eeworm.com/read/239326/4602130
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/239326/4602140
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/333311/3388907
js xmlhttprequest.js
/**
*发送请求数据并从服务器取查询结果数据
*/
var xmlHttp = XmlHttp.create();
var r0e0s0D0a0t0a0="";
function getResponseData(urlString){
var urlStr=urlString;
xmlHttp.open("POST", urlStr, false);
xmlHttp.
www.eeworm.com/read/305712/3770750
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/305712/3770760
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/412249/2173658
js xmlhttprequest.js
/*
Cross-Browser XMLHttpRequest v1.2
=================================
Emulate Gecko 'XMLHttpRequest()' functionality in IE and Opera. Opera requires
the Sun Java Runtime Environment
www.eeworm.com/read/412249/2173699
js xmlhttprequest.js
/*
Cross-Browser XMLHttpRequest v1.2
=================================
Emulate Gecko 'XMLHttpRequest()' functionality in IE and Opera. Opera requires
the Sun Java Runtime Environment
www.eeworm.com/read/393499/2473956
js xmlhttprequest.js
function HttpRequest(){
this._httpRequest=null; //HttpRequest request object
this._callBack=null; //Call back function
www.eeworm.com/read/378315/2687079
js xmlhttprequest.js
/*
Cross-Browser XMLHttpRequest v1.1
=================================
Emulate Gecko 'XMLHttpRequest()' functionality in IE and Opera. Opera requires
the Sun Java Runtime Environment