Write a program in Java to display the IP address of the
local and remote machine.
What is the use of a map object in javascript?
How would you organize your javascript code?
What are the two basic groups of dataypes in javascript?
Write a javascript program to make a simple calculator
How can javascript codes be hidden from old browsers that don't support javascript?
What is call(), apply(), and bind()?
What is the potential disadvantage of using a sticky session?
How to define name function in javascript?
How to get value of an element by class 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 are JavaScript Data Types?
how to disable source option at view menu in browser like internet explorer...mozilla...etc..pls help me...