Since XMLHttpRequest is now implemented across the majority of browsers in use, alternative techniques are used infrequently. However, they are still used where wide compatibility, small implementatio...
msp
Sep 21st, 2006
yeah, we had xmlhttp in production in early 2001... but one could argue that combinations of java/javascript could be used to do all kinds of server fed, no refresh roundtrips even back in the m...
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...
raaj
Apr 26th, 2007
Does Win Runner 7.5 support AJAX web based application implemented in Java?
* Search engines would not be able to index an AJAX application.
* The server information can not be accessed within AJAX.
* AJAX is not well integrated with any browser.
* ActiveX re...
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.
Ans