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 (2290)
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 6723I have to write Shells (Linux + Unix)for publishing packages and reports. Is it possible ? What are the differents executable programs ineed to call ?
2223hi 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 4105When 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 8959How 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 8157How do you debug a Perl scripting ( at the compile time error or run time error) in Unix environment ?
4 9645
What is js injection?
Whether we need to add jQuery file in both Master and Content page?
What are different ways to create service in AngularJS?
What is elementref in angular 4?
What does hasownproperty method do?
Which is better jsp or javascript?
Is classic asp dead?
How do we delete all blank lines in a file?
Explain the filter expression?
Define escape() function?
How can we create jsp custom tags?
What does the sh command do?
What are shared assemblies?
What is the difference between hide comment and output comment?
What are the difference between angular 4 & angular 5?