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 6449
Is the server or the client in control in ajax?
How do you know that an ajax request has completed?
How to handle multiple or concurrent requests in ajax?
What is use of Update Panel control in Ajax toolkit?
What are the basic controls in asp.net ajax?
What parts of the html_ajax api are stable?
What does json stand for?
Whats with the -alpha in the install instructions?
What are the different controls of asp.net ajax? : asp.net ajax
Define json?
Describe the accordionextender control? : asp.net ajax
What browsers support ajax?
Did adaptive path invent ajax? Did google?
What is the syntax to create ajax objects? : asp.net ajax
Some of the google examples you cite don't use xml at all. Do I have to use xml and/or xslt in an ajax application?