Password field size
<html> <body> <input id="yourPass" type="password"> <script language="JavaScript"> document.getElementById("yourPass").size = 8; </script> </body> </html>
1. | Get text input max Length | ||
2. | Password Protecting a Page | ||
3. | Methods and Properties of the Password Object | ||
4. | Demonstrates password field and hiden field |