Is Ajax, a browser dependent or browser independent script.
What is animationextender and how to use this control
The AnimationExtender server control allows you to program fluid animations to the controls that you put on the page. This control allows you to program elements that can move around the page based up...
An Animation extender provides the facility to animate the controls.
For example: A control could be made to appear/disappear by making use of the 'FadeIn' and 'FadeOut' properties.
These animations can be associated with multiple controls by making use of the 'Sequence' tag.
Configure email id into outlook express
How to configure email id into outlook express?
LoadRunner support AJAX Apps. however Ajax protocol in LR are not as efficient as HTTP protocol. You can use HTTP protocol record AJAX web apps, but there's a lot of custom coding needs to be done...
does Win Runner 7.5 support AJAX web based application implemented in Java?
What is Ajaxanywhere?
AjaxAnywhere is designed to turn any set of existing JSP or JSF components into AJAX-aware components without complex JavaScript coding. In contrast to other solutions, AjaxAnywhere is not component-o...
How to use alwaysvisiblecontrolextender ?
What is the benefit of using this?
The AlwaysVisibleControlExtender will make a control to be pinned to a particular location.For example: When a control is set to be present always at the left corner of the page, it will be so i...
How to use accordion and accordionpane
Role of open() and send() in Ajax
1. The call to open() is the HTTP request method – GET, POST, HEAD or any other method you want to use and that is supported by your server.2. The send() method can be any data you want to send ...
How to call a Javascript function from the Ajax code?
Ajax itself is javascript which uses XMLHttpRequest object which takes action event parameters into method call open().AJAX Stands for Asynchronous Java script and XML where in there is no order in wh...
How to develop a Ajax application?
I don't know how to start with, which tools are required to create a Ajax application and which tool we need to run the application created in Ajax
The best place to start with Ajax is "Ajax For Dummies". Learn the concepts first and then u can start using JavaScript libraries like PROTOTYPE OR SCRIPTACULOUS..
ALL THE BEST.
Editorial / Best Answer
Answered by: pankajsaha
View all answers by pankajsaha
Member Since Jun-2006 | Answered On : 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.
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 ...
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.