F
FAQ server
-----------------------------------------------------------------------
FAQ Topic - What is AJAX?
-----------------------------------------------------------------------
AJAX is shorthand for Asynchronous Javascript And XML. The technology is
based on the XMLHttpRequest Object. It is also known as "Web 2.0".
At its simplest, it is the sending/retrieving of new data from the server
without changing URL's or reloading the current page.
Mozilla Documentation:
http://developer.mozilla.org/en/docs/XMLHttpRequest
MSDN Documention:
http://msdn.microsoft.com/library/d...html/reference/objects/obj_xmlhttprequest.asp
http://msdn.microsoft.com/library/d...html/63409298-0516-437d-b5af-68368157eae3.asp
AJAX Libraries and Tutorial Sites:
http://jibbering.com/2002/4/httprequest.html
http://www.ajaxtoolbox.com/
An alternative to the XMLHttpRequest Object is Remote Scripting:
http://www.ashleyit.com/rs/main.htm
===
Postings such as this are automatically sent once a day. Their
goal is to answer repeated questions, and to offer the content to
the community for continuous evaluation/improvement. The complete
comp.lang.javascript FAQ is at http://jibbering.com/faq/index.html.
The FAQ workers are a group of volunteers.
FAQ Topic - What is AJAX?
-----------------------------------------------------------------------
AJAX is shorthand for Asynchronous Javascript And XML. The technology is
based on the XMLHttpRequest Object. It is also known as "Web 2.0".
At its simplest, it is the sending/retrieving of new data from the server
without changing URL's or reloading the current page.
Mozilla Documentation:
http://developer.mozilla.org/en/docs/XMLHttpRequest
MSDN Documention:
http://msdn.microsoft.com/library/d...html/reference/objects/obj_xmlhttprequest.asp
http://msdn.microsoft.com/library/d...html/63409298-0516-437d-b5af-68368157eae3.asp
AJAX Libraries and Tutorial Sites:
http://jibbering.com/2002/4/httprequest.html
http://www.ajaxtoolbox.com/
An alternative to the XMLHttpRequest Object is Remote Scripting:
http://www.ashleyit.com/rs/main.htm
===
Postings such as this are automatically sent once a day. Their
goal is to answer repeated questions, and to offer the content to
the community for continuous evaluation/improvement. The complete
comp.lang.javascript FAQ is at http://jibbering.com/faq/index.html.
The FAQ workers are a group of volunteers.