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 5596
Why do you use ajax?
Would we be able to call server-side code from javascript?
Whats with the -alpha in the install instructions?
Describe Ajax With its Implementation Process ? Give an example?
How do I access data from other domains to create a mashup with java?
What are the difference between server-side ajax framework and client-side ajax framework?
What are the new features of asp.net ajax 4.0?
Do I really need to learn javascript before ajax?
What is the use of the scriptmanager control in ajax? : asp.net ajax
What do I need to know to create my own ajax functionality?
Is it possible to set session variables from javascript?
What is asynchronous request in ajax?
What is the importance of client-side libraries? : asp.net ajax
How can we get the state of the requested process? : asp.net ajax
Describe the animation extender control and the method by which this control is utilized?