Password <INPUT TYPE="password">

The password box is presented in a form field similar to a text box with the difference that this one is conceived to validate a password. In order to the field be functional, is always necessary to associate it with a script.

  1. Place the cursor in the edit window where you wish to insert the password boxes. This location must be placed between <FORM> and </FORM> tags.

  2. In the Forms tag, click on the Password text box The Form elements box appears.

  3. In the identifier name text box, type a name. This name identifies the Password box

  4. In the Property menu, you can modify the size of the text box and modify the size of the text box by inserting a number in the Maximum length displayed box

  5. You can also limit the size of the text that will be submitted with the form by inserting a number in the Maximum authorized length box

  6. In the Elements value box, you can enter a message that will be displayed in the Form field when the Form is displayed

  7. Click on the OK button.

CuteHTML Pro inserts the following command in the document:

<input type="password" name="aname" size="anumber" value="avalue">

If you have not previously specified the type of form in which you want to insert this element, CuteHTML Pro asks if you want to insert the Form in the document.