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 6442
We used asynchronous server communication for a long time, what new thing is ajax bringing?
How we can send more values through the response text?
What is the basic goals of AJAX ?
Is ajax considered a programming language?
The components in the asp.net 2.0 ajax packaging?
What is json? : asp.net ajax
What are ajax extensions?
What is the syntax to create ajax objects? : asp.net ajax
Why did ajax kill himself?
What is the purpose of xmlhttprequest?
Which control you need to place on the page to show loading image?
How can you debug asp.net ajax applications?
Should I use an http get or post for my ajax calls?
Why does html_ajax hang on some server installs?
How does one call a javascript function from the ajax code?