How can I prevent others from reading/stealing my scripts or images?
No Answer is Posted For this Question
Be the First to Post Answer
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
How to access an external javascript file that is stored externally and not embedded?
can wwe trace a java program (class)
How to use "join()" to create a string from an array using javascript?
What is npm repository?
what is a difference of subclass and main class
What is unobtrusive javascript?
Difference between private, public and static variable?
Explain javascript debounce function?
Is javascript frontend or backend?
Give an example of closure?
How to delete a cookie using javascript?