Does load runner support ajax apps?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages and disadvantages of ajax?
What are the protocols and forms in ajax?
Why do you use ajax?
Which are the problems that can be fixed using ajax and what is the actual meaning of ajax?
How to create an ajax website using visual studio?
How do you know that an ajax request has completed?
Describe ajax control extender toolkit? : asp.net ajax
Can you list some examples of ajax-based applications?
How do we manage concurrent request?
Why do we use the xmlhttprequest object in ajax?
How can we assign an object in Java Script?? For Example:- ----------- If i create an object "obj1" var obj1 = Object(); obj1.name = "hari"; and if i want to assign it to two objects "obj2" and "obj3" with different names... obj1.name = "gopi" obj2 = new Object(obj1); obj1.name = "raghu" obj3 = new Object(obj1) Now ob2.name become to "raghu" from "gopi". WHY? how to solve the above problem?
Is it possible to set session variables from javascript?