Password Input
The PASSWORD input works the same as the TEXT type, except that that the user's typing is masked with asterisks. (*****)
This is useful for hiding passwords and PIN numbers from casual prying eyes, but it is important to know that the information being sent is NOT encrypted, but is clear text.

The Code

 

page created with Easy Designer