Function Render-Password

Part of:

package weblocks
( render-password < name > < value > &key < id > (class password) < maxlength > )
Renders a password in a form.
'name' - name of the html control. The name is attributized before being rendered.
'value' - a value on html control.
'id' - id of the html control. Default is nil.
maxlength - maximum lentgh of the field
'class' - a class used for styling. By default, “password”.