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 6593
Which two methods are used for handling cross-domain ajax calls ?
The components in the asp.net 2.0 ajax packaging?
When should we use a java applet instead of ajax?
How do I test my ajax code?
Why did ajax kill himself?
How do we get the xmlhttprequest object?
Describe the situations in which ajax should not be used? : asp.net ajax
What are the requirements to run asp.net ajax applications on a server? : asp.net ajax
How do I handle the back and forward buttons in ajax?
What is an ajax request?
What's the difference in HTML AJAX, ASP.Net AJAX?
What exactly is the w3c dom?
Describe ajax control extender toolkit? : asp.net ajax
Why is html_ajax having stability issues on some installations?
We used asynchronous server communication for a long time, what new thing is ajax bringing?