What are the technologies combined in AJAX?

Questions by JohnMathew   answers by JohnMathew

Showing Answers 1 - 6 of 6 Answers

rakesh

  • Apr 25th, 2007
 

The AJAX combined  the client side technolgies to implement.
these technolgy includes

Java Script
DHTML
Html

  Was this answer useful?  Yes

Ajax is a set of technologies, supported by a web browser, including these elements:
· HTML and CSS for presenting.
· JavaScript (ECMAScript) for local processing, and DOM (Document Object Model) to access data inside the page or to access elements of XML file read on the server (with the getElementByTagName method for example).
· The XMLHttpRequest object is used to read or send data on the server asynchronously.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions