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 5846
Is it possible to set session variables from javascript?
Brief about ajax?
What are the protocols and forms in ajax?
Define json?
What is the xmlhttprequest object?
Describe the animation extender control and the method by which this control is utilized?
Don't be too quick to dump your plugin or applet based portions of your application. While ajax and dhtml can do drag and drop and other advanced user interfaces there still limitations especially when it comes to browser support. Plugins and applets have been around for a while and have been able to make ajax like requests for years. Applets provide a great set of ui components and apis that provide developers literally anything.
Is ajax built into javascript?
What is the role of scriptmanager in ajax?
What are the important methods of xmlhttprequest?
Who's using ajax?
What is ajax used for?
Is the server or the client in control in ajax?
When do I use a synchronous versus a asynchronous request?
Explain the need of the timer control in ajax? : asp.net ajax