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 4886
Does java have support for comet style server-side push?
Would we be able to settle the updatepanel controls?
Can we call server-side code from javascript? : asp.net ajax
Brief about ajax?
Difference between server-side ajax framework and client-side ajax framework?
What are the requirements to run asp.net ajax applications on a server?
What is the limitation of AJAX ?
What browsers support ajax?
What is an ajax request and what is a simple example of where a ajax request would be used?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
How can javascript be debugged?
What is the difference between proxied and proxyless calls?
What are different readystate in ajax?
What are the new features of asp.net ajax 4.0?
Explain Ajax polling?