ASP (565)
CGI Perl (498)
JavaScript (1409)
VB Script (599)
JSP (733)
Shell Script (465)
Tcl (27)
Awk (108)
AJAX (338)
Ruby on Rails (259)
AngularJS (2297)
jQuery (647)
JSON (175)
Node.js (721)
React.js (389)
Scripts AllOther (50) 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 6598I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
2172hi i m tannu and i m developing one web site as my project and i have created one chatting application using applet and socket it run perfactly using netbeans5.5 and appletviewer but when i run on browser it doent run i put it class file in jar file then call by jsp when it load in browser it stop on applet started plz help me soon
2 3999When importing an excel file that has several columns each with different number of rows into QTP's Global datatable, how can you count the number of rows in a particular column?
3 8822How can I Debug a shell scripts and Perl scripting?? or How do you debug a shell scripting and perl scripting ( at the compile time error or run time error) in Unix environment ?
4 8015How do you debug a Perl scripting ( at the compile time error or run time error) in Unix environment ?
4 9527
What are the properties of regexp object?
How to disable session in jsp?
What is dynamic web project?
Differentiate between
Explain the usage of {{}}?
How performance improvements on the core in angular 8?
Is javascript a programming language?
Tell me is jquery a library for client scripting or server scripting? : jquery mobile
How can you get url parameters from angularjs controller?
What do you mean by asynchronous api?
What is ngzone service in angular?
Is google using angular?
How to access java variable in jsp?
You want to read command-line arguements with perl. How would you do that?
How to apply validation in AngularJS?