Get text input max Length : Password : Form Control JAVASCRIPT DHTML TUTORIALS


JAVASCRIPT DHTML TUTORIALS » Form Control » Password »

 

Get text input max Length



    
<html>
<body>
<input type="password" id="myText">
<script language="JavaScript">
    document.getElementById("myText").maxLength = 10;
</script>
</body>
</html>

    
      
      



-

Leave a Comment / Note


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

Follow Navioo On Twitter

JAVASCRIPT DHTML TUTORIALS

 Navioo Form Control
» Password