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?
2 6080
How can you find out that an ajax request has been completed? : asp.net ajax
Can ajax be implemented in browsers that do not support the xmlhttprequest object?
Is ajax a framework?
What is the name of the dll that contains the ajax control toolkit?
How do we abort the current xmlhttprequest in ajax?
Difference between server-side ajax framework and client-side ajax framework?
What exactly is the w3c dom?
Which are the trigger types that we find in update panel?
Does ajax have significant accessibility or browser compatibility limitations? Do ajax applications break the back button? Is ajax compatible with rest? Are there security considerations with ajax dev
How we can send more values through the response text?
What is the necessary control that must put in order to use Ajax Controls?
What are the protocols and forms in ajax?
Define json?
What are the types of open() method used for xmlhttprequest?
What are the new controls introduced in asp.net ajax control toolkit? : asp.net ajax