TextField focus, blur, and click action : TextField : Form Control JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Form Control » TextField »

 

TextField focus, blur, and click action



<HTML>
<HEAD>
<BODY>
<A HREF="http://www.navioo.com" onMouseOver="window.alert('Sorry!');">
navioo.com!</A> 
<P>
<FORM>
    Phone Number: 
    <INPUT type="text" size="25" onFocus="window.alert('Format is xxx-xxxx.');">  
    <BR>
    Name: 
    <INPUT type="text" size="25" onBlur="window.alert('onBlur!');">
    <BR>
    E-mail Address: 
    <INPUT type="text" size="25">
    <P>
    <INPUT type="button" value="Click Here." onClick="window.alert('onClick')";>
</FORM>

</BODY>

</HTML>
 

           
       



-

Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Form Control
» TextField