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 6445
What meaning has asp.net ajax?
What are asp.net ajax 4.0 validation controls?
How many validation controls are available in asp.net ajax 4.0? : asp.net ajax
What are Ajax applications?
Why is ajax called ajax?
Explain the need of the timer control in ajax? : asp.net ajax
What are the common ajax frameworks?
Where can I find examples of ajax?
Did adaptive path invent ajax? Did google?
How do I submit a form or a part of a form without a page refresh?
Whats with the -alpha in the install instructions?
Is ajax considered a programming language?
Describe how to handle concurrent ajax requests?
Is the asp.net ajax control toolkit(ajaxcontroltoolkit.dll) installed in the global assembly cache?
What is the response time when using ajax?