Answer Posted / sandipbrk
onFocus : occurs when an element gets focus
onBlur : occurs when an element loses focus
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is decodeuri() in javascript?
How to create a function in javascript?
How to convert javascript date to iso standard?
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 define a named function in JavScript?
What are the ways to emit client-side javascript from server-side code in asp. Net?
Is javascript enabled on chrome?
What are different types of inheritence? Which inheritance is followed in javascript.
What is a function callback?
What is the use of a boolean object in javascript?
Explain the process of document loading.
What is the use of a number object in javascript?
What is the difference between an array and an object?
Can I declare a variable as CONSTANT in JavaScript?
Difference between '=', '==' and '===' operators?