Is Ajax, a browser dependent or browser independent script.

Questions by Pavan.Sangyam   answers by Pavan.Sangyam

Editorial / Best Answer

pankajsaha  

  • Member Since Jun-2006 | Jan 16th, 2007


Yes! AJAX is browser dependent technology.
Ajax is not a programming language ; You can say it is a combinations of main 3
languages. DHTML, Java script and XML.

Ajax engine rather Ajax run on  Firefox, Opera 8, Safari and later Mozilla builds and theMicrosoft equivalent ActiveX object.

Showing Answers 1 - 10 of 10 Answers

Promothash Boruah

  • Jan 15th, 2007
 

As we know ajax is asyn javasccript and Xml so we're using javascript to do DOM manipulations, and since there are DOM and CSS peculiarities between all browsers to some degree, the short answer is basically yes.

  Was this answer useful?  Yes

pankajsaha

  • Jan 16th, 2007
 

Yes! AJAX is browser dependent technology.
Ajax is not a programming language ; You can say it is a combinations of main 3
languages. DHTML, Java script and XML.

Ajax engine rather Ajax run on  Firefox, Opera 8, Safari and later Mozilla builds and theMicrosoft equivalent ActiveX object.

  Was this answer useful?  Yes

Abisheck

  • Jan 31st, 2007
 

Ajax is a browser depended script

  Was this answer useful?  Yes

Rohit Sharma

  • Mar 20th, 2007
 

Ajax is used to show the error message dynamically, when using Ajax first the control goes to javascript then javascript deals with the server.

  Was this answer useful?  Yes

ibrahim

  • Apr 25th, 2007
 

AJAX is not a new programming language, but a technique for creating better, faster, and more interactive web applications.

With AJAX, your JavaScript can communicate directly with the server, using the JavaScript XMLHttpRequest object. With this object, your JavaScript can trade data with a web server, without reloading the page.

AJAX uses asynchronous data transfer (HTTP requests) between the browser and the web server, allowing web pages to request small bits of information from the server instead of whole pages.

The AJAX technique makes Internet applications smaller, faster and more user-friendly.

  •   AJAX is a browser technology independent of web server software.

sam

  • Jun 17th, 2007
 

Native Ajax is browser dependant.. However, if you use an Ajax tool kit (Dojo, prototype, scriptaculos etc) the browser specific issues are wrapped by the toolkits and as a developer one does not need to worry about browser specifics.

  Was this answer useful?  Yes

Prashanth Parsi

  • Jul 26th, 2007
 

Ajax is purely browser dependent.

  Was this answer useful?  Yes

Yes! AJAX is browser dependent technology. Basically,Ajax is not a programming language ; You can say it is a combinations of main 3
languages. DHTML, Java script and XML.
 Also, if your browser is doesnt support javascript or blocked the javascript then AJAX will not work

prakashecs

  • Aug 21st, 2008
 

According to me Ajax is not a browser dependent why because Ajax use web standard like DHTML,CSS,XML and JAVASCRIPT which are mostly well defined and support almost all major browser. so i think Ajax is not browser dependant.

  Was this answer useful?  Yes

prakashecs

  • Aug 21st, 2008
 

One thing i have forgotten to write that Due to some web standard we may call it as Browser dependant like if we will use JSON then it is not supported by all browser . so when we are using Ajax we have see the webstandard we used for it..But except some condition Ajax is a Browser Indepedent...

I have given my view on ajax but i am expecting more suggestion from your side.Still it is a debatable topic...

Have a good day.....

  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