What is AJAX ? How it is implemented? Given skeleton example?

Showing Answers 1 - 10 of 10 Answers

Vijay

  • Dec 14th, 2006
 

AJAX is made for suppoting XML format that can be used with JAVA API

  Was this answer useful?  Yes

vijay

  • Dec 29th, 2006
 

Ajax is a concept or collection of technologies which include html or dhtml, javascript, DOM, XMLHttpRequest object, XML and a server side scripting language. XML is for data transfer and is not a mandatory choice, a user can transfer data in plain text or jason format. Also a server side scripting language is not a requirement but is used in database applications as javascript cannot speak to database, in such situation other server side scripting language like php is used.eg: keep watching, must add comments to code, will add soon.

  Was this answer useful?  Yes

Aravinth Kumar. KG

  • Mar 3rd, 2007
 

AJAX - Asynchronus Javascript And XML, Using JavaScript technology, an HTML page can asynchronously make calls to the server from which it was loaded and fetch content that may be formatted as XML documents, HTML content, plain text, or JavaScript Object Notation (JSON). The JavaScript technology may then use the content to update or modify the Document Object Model (DOM) of the HTML page.

  Was this answer useful?  Yes

AJAX stands for Asynchronous Javascript And XML. It  is used for dynamically updating the portion of web page without refreshing the whole page ie javascript function will be called to get the response from Application Server.

  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