Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

what is onfocus and onblur events in java script?

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


Please Help Members By Posting Answers For Below Questions

What is decodeuri() in javascript?

958


How to create a function in javascript?

913


How to convert javascript date to iso standard?

972


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

2492


How to define a named function in JavScript?

932


What are the ways to emit client-side javascript from server-side code in asp. Net?

928


Is javascript enabled on chrome?

854


What are different types of inheritence? Which inheritance is followed in javascript.

866


What is a function callback?

931


What is the use of a boolean object in javascript?

941


Explain the process of document loading.

929


What is the use of a number object in javascript?

935


What is the difference between an array and an object?

934


Can I declare a variable as CONSTANT in JavaScript?

930


Difference between '=', '==' and '===' operators?

914