How to open url in a new tab in javascript?
No Answer is Posted For this Question
Be the First to Post Answer
How do you send a message to the browser in JavaScript?
What is dhtml in javascript?
How do I turn on javascript in google chrome?
Who is the world famous hacker?
What is a prompt box in javascript?
What is the difference between test () and exec () methods?
What is the syntax of ‘self invoking function’? Give an example?
Basic methods for opening a popup window using javascript?
How to create 3-dimensional Array in Javascript?
What is the use of ‘debugger’ keyword in javascript code?
What are self Executing Functions?
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