Which built-in method returns the index within the calling string object of the first occurrence of the specified value?
No Answer is Posted For this Question
Be the First to Post Answer
How use javascript html?
What do mean by NULL in Javascript?
Name the numeric constants representing max, min values?
What is external 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 is function of stdio.h
What are limitations in javascript?
If you need to hide the javascript code from the older browser versions, how will you perform it?
Why javascript is called lightweight language?
How to include the HTML tag inside the javascript tags?
Can you assign a anonymous function to a variable?
Are Javascript and JScript the same?