How to print a web page using javascript?
What is undefined in math?
What is output of undefined * 2 in javascript?
How to create the namespace in javascript?
The below script is working Internet browser but not working in mozilla plz find that good way... function doSubmit(op){ var rowcount=document.getElementsByName ("parameterTypeId").length; var parameterGrade; var performance; var goal; if(op == "save"){ for (var i=0; i < rowcount; i++) { var param=eval("document.forms [0].parameterGrade"+i); if(param.value != "select"){ return true; } } alert("Please rate atleast one attribute"); return false; }//if ends here
What's the difference methods get and post in html forms?
What are the valid scopes of a variable in JavaScript?
Create a new javascript object with the keys of “fname” equal to your first name, “lname” equal to your last name, and “fcolors” equal to and array of 3 of your favorite colors. Assign this object to a variable called “me” and log it to the console.
How to port a GUI application onto Web
What is argument objects in javascript & how to get the type of arguments passed to a function?
Explain what is pop()method in JavaScript?
What does _ mean in javascript?
Write a program in Java to display the IP address of the local and remote machine.
Are javascript variables case sensitive?
How are DOM utilized in JavaScript?