Forum Moderators: open

Message Too Old, No Replies

Difference between AJAX and Java Script

         

virenderkumar

11:30 am on Jan 22, 2011 (gmt 0)



What is the difference between AJAX and Java Script?

Fotiman

6:27 pm on Jan 23, 2011 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



AJAX stands for Asynchronous JavaScript And XML. AJAX is basically just communication with the server using the XMLHttpRequest object.

alexawy

8:54 am on Jan 24, 2011 (gmt 0)

10+ Year Member



JavaScript is client side, Ajax can communicate with a server.