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
Above answer was rated as good by the following members: prakashecs
RE: Is Ajax, a browser dependent or browser independen...
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.
RE: Is Ajax, a browser dependent or browser independen...
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.
RE: Is Ajax, a browser dependent or browser independen...
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.
RE: Is Ajax, a browser dependent or browser independen...
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.
RE: Is Ajax, a browser dependent or browser independent script.
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
RE: Is Ajax, a browser dependent or browser independent script.
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.
RE: Is Ajax, a browser dependent or browser independent script.
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...