What are the methods of validating whether the form is
secure?
What is are the types of the pop up box es available in javascript?
How to you change the title of the page by javascript?
What is use strict in javascript?
How can javascript codes be hidden from old browsers that don't support javascript?
What is use of object as function?
what is the difference between window & document in javascript?
What are the string methods?
In javascript chained select menus are available.first select menu is worked and others are disabled.when we select any one option then the next select menu will worked having option releated to selcted in first select menu.How it possible? what is the coading of this programme?
Can you put javascript in html?
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
Is javascript object a hash table?
What is the difference between null and undefined?