HTML passwordBox(String name, Int len=20, String id="", String extra="")
Arguments
name: The variable namelen: The suggested size of the input field
Usage
Returns the HTML for a password input field. Note that the name parameter is not escaped by this function, so you must ensure that it contains no '"' characters yourself.