HTML form – Password Text Field

Posted by Shek on June 17, 2008 under HTML | Be the First to Comment | Total View: 209 views

In some cases such as login system, the HTML form should contains a text field for the user to type in the password. But when the user types in the password, other might see the password from behind the user. To avoid from this happening, a password text field is needed. A password text field works when the user type the password into the text field, every character will turn into *.

Here are the codes:

1
<input type="password" name="passwordfield">

Try to type something here:

Similar Posts:

VN:F [1.9.13_1145]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.13_1145]
Rating: 0 (from 0 votes)

Add A Comment

*