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 5269
Should I use an http get or post for my ajax calls?
Does ajax work with java?
What is ajax used for?
What are the properties of xmlhttprequest?
What are the ajax security issues?
Is ajax an api?
Can I use ajax with seam?
How do we create a thread to do ajax polling?
Which is the purpose for using the scriptmanager?
What is ajaxcontrol toolkit?
what are difference between server-side ajax framework and client-side ajax framework?
Describe the formats and protocols used by ajax?
Do ajax applications always deliver a better experience than that delivered by a traditional web application?
Can I use asp.net ajax with any other technology apart from asp.net?
Is it possible to use fileupload control within the update panel?