How to access an external javascript file that is stored externally and not embedded?
No Answer is Posted For this Question
Be the First to Post Answer
Is not a function error in javascript?
What are the ways to emit client-side javascript from server-side code in asp. Net?
What is output of “20” + 20? In javascript?
How do I use an external javascript file?
What is the difference between window.onload and ondocumentready?
Which is better typescript or javascript?
What are screen objects?
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 would be the result of 2+5+”3″?
How to capture the Image width and height using QTP script ? Kindly answer plz.... Thanx in adavance...
Why is var better than let?
What is the difference between var and let?