Connected: An Internet Encyclopedia
8.1.2.2. Password Field: INPUT TYPE=PASSWORD

Up: Connected: An Internet Encyclopedia
Up: Requests For Comments
Up: RFC 1866
Up: 8. Forms
Up: 8.1. Form Elements
Up: 8.1.2. Input Field: INPUT
Prev: 8.1.2.1. Text Field: INPUT TYPE=TEXT
Next: 8.1.2.3. Check Box: INPUT TYPE=CHECKBOX

8.1.2.2. Password Field: INPUT TYPE=PASSWORD

8.1.2.2. Password Field: INPUT TYPE=PASSWORD

An <INPUT> element with `TYPE=PASSWORD' is a text field as above, except that the value is obscured as it is entered. (see also: 10, "Security Considerations").

For example:

<p>Name: <input name=login> Password: <input type=password name=passwd>


Next: 8.1.2.3. Check Box: INPUT TYPE=CHECKBOX

Connected: An Internet Encyclopedia
8.1.2.2. Password Field: INPUT TYPE=PASSWORD