Form >> Create a Form >> Password Field
|
|
Password
A PASWORD creates a text field the same as a regular text field, that is, a single-line input field except that the characters display as askterisk or bullets.
<table border=1>
<tr>
<input type=password value="12345" width=15>
</table>
|
|
|
|
|
|