Welcome![Sign In][Sign Up]
Location:
Search - xmlhttprequest

Search list

[OtherAjaxTest

Description: Ajax基础入门小例子,运用Javascript+XMLHttpRequest对象,很有帮助!-Ajax based on entry of small examples, the use of Javascript+ XMLHttpRequest object, very helpful!
Platform: | Size: 2048 | Author: 陈闯 | Hits:

[Otherajax

Description: 本人收集的ajax一些资料,打印版。 Ajax这个概念的最早提出者Jesse James Garrett认为:   Ajax是Asynchronous JavaScript and XML的缩写。   Ajax并不是一门新的语言或技术,它实际上是几项技术按一定的方式组合在一在同共的协作中发挥各自的作用,它包括   使用XHTML和CSS标准化呈现   使用DOM实现动态显示和交互   使用XML和XSLT进行数据交换与处理   使用XMLHttpRequest进行异步数据读取   最后用JavaScript绑定和处理所有数据 谢谢大家 -Ajax I collected some information, print version. Ajax the earliest proponent of this concept of Jesse James Garrett that: Ajax is Asynchronous JavaScript and XML s initials. Ajax is not a new language or technology, it is actually a number of technical means in accordance with certain combinations in a total of collaboration in the same play their respective roles, which include the use of XHTML and CSS to use a standardized DOM dynamically display and interactive use of XML and XSLT for data exchange and to deal with the use of XMLHttpRequest for asynchronous data binding to read the final use of JavaScript and processing of all data Thank you
Platform: | Size: 168960 | Author: victor1302 | Hits:

[OtherAJAX_XMLHttpRequest

Description: AJAX入门之XMLHttpRequest慨述   在使用XMLHttpRequest对象发送请求和处理响应之前,必须先用JavaScript创建一个XMLHttpRequest对象。由于XMLHttpRequest不是一个W3C标准,所以可以采用多种方法使用JavaScript来创建XMLHttpRequest的实例。 Internet Explorer把XMLHttpRequest实现为一个ActiveX对象,其他浏览器(如Firefox、Safari和Opera)把它实现为一个本地JavaScript对象。由于存在这些差别,JavaScript代码中必须包含有关的逻辑,从而使用ActiveX技术或者使用本地JavaScript对象技术来创建XMLHttpRequest的一个实例。 -AJAX entry of XMLHttpRequest outlined in the use of XMLHttpRequest object to send requests to respond to and deal with before using JavaScript to create a XMLHttpRequest object. As the XMLHttpRequest is not a W3C standard, it can be used many ways to use JavaScript to create XMLHttpRequest instances. Internet Explorer to XMLHttpRequest as an ActiveX object to achieve, other browsers (such as Firefox, Safari and Opera) put it to achieve for a local JavaScript object. Because of these differences, JavaScript code must contain the relevant logic, and thus the use of ActiveX technology or the use of local JavaScript object technology to create an instance of XMLHttpRequest.
Platform: | Size: 4096 | Author: celler | Hits:

[WEB Codereg1.0

Description: 1、附含Ajax应用: 用户名是否存在, 是否符合标准检验; 2、附带邮件地址检查、 用户名检查、 用户密码输入检查 多个通用JS文件; 3、附有演示地址; 4、附有兼容多浏览器的xmlHttpRequest对象生成的JS文件; 5、附有CHM格式的详细使用说明文件; 6、适合Ajax初学者参考使用; -1, attached with Ajax application: user name exist and whether they meet the criteria for testing 2, attached to e-mail address to check, check user name, user password file to check a number of generic JS 3, with a presentation address 4, accompanied by compatible Multi-browser JS XmlHttpRequest object generated documents 5, with the use of CHM format detailed documentation 6, suitable for beginners reference to the use of Ajax
Platform: | Size: 36864 | Author: 皓月 | Hits:

[Other Web CodeAjax2

Description: Ajax的例子,说明Ajax的使用以及如何建立XMLHttpRequest的过程-Ajax example to illustrate the use of Ajax, as well as how to create XMLHttpRequest process
Platform: | Size: 7725056 | Author: 张跌 | Hits:

[Other Web CodeAJAXdevcod

Description: Ajax(Asynchronous JavaScript + XML)的定义 基于web标准(standards-based presentation)XHTML+CSS的表示; 使用 DOM(Document Object Model)进行动态显示及交互; 使用 XML 和 XSLT 进行数据交换及相关操作; 使用 XMLHttpRequest 进行异步数据查询、检索; 使用 JavaScript 将所有的东西绑定在一起。英文参见Ajax的提出者Jesse James Garrett的原文。 类似于DHTML或LAMP,AJAX不是指一种单一的技术,而是有机地利用了一系列相关的技术。事实上,一些基于AJAX的“派生/合成”式(derivative/composite)的技术正在出现,如“AFLAX”。 含实例源码。
Platform: | Size: 448512 | Author: cgl | Hits:

[source in ebooksample12

Description: 程序天下 Google Map与Google Earth双剑合璧程序开发API-Procedures for the world Google Map with Google Earth program development Shuangjian combination API
Platform: | Size: 41984 | Author: songyanmin | Hits:

[Other Web CodeXMLHttpRequesttoAJAX

Description: XMLHttpRequest实现AJAX.zip-XMLHttpRequest implementation AJAX.zip
Platform: | Size: 1351680 | Author: yi | Hits:

[DocumentsDWR-DOC

Description:  DWR(直接Web远程控制)项目是在Apache许可下的一个开源的解决方案,它供给那些想要以一种简单的方式使用AJAX和XMLHttpRequest的开发者-DWR (Direct Web Remote Control) project is an Apache open source license under the solution that the supply of those who want a simple way to use AJAX and XMLHttpRequest developers
Platform: | Size: 49152 | Author: templar | Hits:

[.netWebPE

Description: ajax的javascript xmlhttprequest+socket-ajax javascript
Platform: | Size: 1106944 | Author: yu | Hits:

[JSP/Javaxmlhttp

Description: XMLHttpRequest 参看实战手册-XMLHttpRequest see combat manual
Platform: | Size: 690176 | Author: 片片 | Hits:

[Browser Clientajax

Description: 通过使用XMLHttpRequest or ActiveX 来创建一个xml请求。发出单页请求同时将结果返回浏览器-Use XMLHttpRequest or ActiveX equivalent to create an xml request object. Request a single page and alert the results to the browser
Platform: | Size: 1024 | Author: liding | Hits:

[Windows DevelopDWRdesign

Description: AJAX,或者说是异步JavaScript和XML,描述了一种使用混合了HTML(或XHTML)和层叠样式表作为表达信息,来创建交互式的Web应用的开发技术 文档对象模型(DOM),JavaScript,动态地显示和与表达信息进行交互 并且,XMLHttpRequest对象与Web服务器异步地交换和处理数据。-AJAX, or asynchronous JavaScript and XML, describes a use of a mixture of HTML (or XHTML) and Cascading Style Sheets as the expression of information, to create interactive Web application development technologies Document Object Model (DOM), JavaScript dynamically display and interact with the expression of information and, XMLHttpRequest object and the Web server asynchronous data exchange and processing.
Platform: | Size: 443392 | Author: | Hits:

[Other Web Codeajax_transportation_methods

Description: AJAX 的 client/server 溝通機制探究,非同步傳輸.XMLHttpRequest,ActiveXObject -if(window.XMLHttpRequest){ // Mozilla, Opera, Safari, … request = new XMLHttpRequest() } else if (window.ActiveXObject){ // IE request=new ActiveXObject("Msxml2.XMLHTTP") if (!request){ request=new ActiveXObject("Microsoft.XMLHTTP") } }
Platform: | Size: 1417216 | Author: QiuGuoqiang | Hits:

[WEB Codexandercheng

Description: 本例采用asp.net2.0+ajax技术实现,不用数据库,采取2.0新概念Dictionary、LinkedList集合实现数据的处理. 所有发送、接收、显示在线用户列表等皆采用ajax技术完成,实现无刷新聊天的功能 Ajax的核心是JavaScript XmlHttpRequest对象。该对象在Internet Explorer 5中首次引入,它是一种支持异步请求的技术-This example uses asp.net2.0+ ajax technology, without the database and take 2.0 new concept Dictionary, LinkedList collection of data processing. All to send, receive, display online users list mused using ajax technology, complete, refresh-free chat Ajax functionality is the core of JavaScript XmlHttpRequest object. The object was first introduced in Internet Explorer 5, it is a technology that supports asynchronous requests
Platform: | Size: 106496 | Author: chengxu | Hits:

[WEB CodePHP_to_create_XML_HttpRequest_object

Description: PHP创建XMLHttpRequest对象PHP to create XMLHttpRequest object-PHP to create XMLHttpRequest object PHP to create XMLHttpRequest object
Platform: | Size: 40960 | Author: woei | Hits:

[Other Web CodeAJAX_Chat_src

Description: 这是一个使用ajax编写的简单的聊天程序。-Here is a simple Chat application to demonstrate the use of XMLHttpRequest (AJAX) in ASP.NET. This is a one to one user chat application, but can be easily extended to support multi user chat also.
Platform: | Size: 388096 | Author: 梁生 | Hits:

[JSP/JavaAutoComplete

Description: Ajax(Asynchronous JavaScript + XML)的定义 基于web标准(standards-based presentation)XHTML+CSS的表示; 使用 DOM(Document Object Model)进行动态显示及交互; 使用 XML 和 XSLT 进行数据交换及相关操作; 使用 XMLHttpRequest 进行异步数据查询、检索; 使用 JavaScript 将所有的东西绑定在一起。英文参见Ajax的提出者Jesse James Garrett的原文a 类似于DHTML或LAMP,AJAX不是指一种单一的技术,而是有机地利用了一系列相关的技术。事实上,一些基于AJAX的“派生/合成”式(derivative/composite)的技术正在出现,如“AFLAX”。 AJAX的应用使用支持以上技术的web浏览器作为运行平台。这些浏览器目前包括:Mozilla、Firefox、Internet Explorer、Opera、Konqueror及Safari。但是Opera不支持XSL格式对象,也不支持XSLT。-Ajax (Asynchronous JavaScript+ XML) definitions Web-based standards (standards-based presentation) XHTML+ CSS representation Using the DOM (Document Object Model) for dynamic display and interaction Using XML and XSLT for data exchange and related operations Use XMLHttpRequest for asynchronous data query, retrieval Use JavaScript to bind everything together. See English authors of Ajax text of a Jesse James Garrett Similar to the DHTML, or LAMP, AJAX does not mean a single technology, but rather a series of organic use of technology. In fact, some basic In AJAX, "derivative/synthetic" type (derivative/composite) are emerging, such as "AFLAX". Support the above applications use AJAX technology, web browser as an operating platform. These browsers currently include: Mozilla, Firefox, Internet Explorer, Opera, Konqueror and Safari. But Opera does not support XSL formatting objects do not support XSLT.
Platform: | Size: 8192 | Author: 曾祥顺 | Hits:

[WEB Codesimple-log

Description: 博客系统 基于php技术的个人博客系统,可以拿来学习。-The Application of php Technology in Blog System Keywords: Ajax, blog, XMLHttpRequest objective JavaScript
Platform: | Size: 1139712 | Author: shuxinmeizi | Hits:

[Other Web CodeAJAXXmlHttpRequest

Description: XmlHttpRequest ajax XmlHttpRequest ajax-this is a xjaj object request
Platform: | Size: 399360 | Author: hyuan95 | Hits:
« 1 2 34 »

CodeBus www.codebus.net