Password.onBlur : Password : Form JAVASCRIPT TUTORIALS


JAVASCRIPT TUTORIALS » Form » Password »

 

Password.onBlur







The onBlur event handler handles the event that occurs when the focus is removed from the password box.












<html>
    <head>
    <title> Example of the password onBlur event handler</title>
    </head>
    <body>
    <script language="JavaScript">
    <!--
    function setTxt(){
         alert("setup");
    }
    -->
    </script>
    <form name="form1">
    <input type="PASSWORD" Name="pass" size=10 onBlur=setTxt()>
    </form>
    </body>
    </html>







HTML code for linking to this page:

Follow Navioo On Twitter

JAVASCRIPT TUTORIALS

 Navioo Form
» Password