Thursday, July 10, 2008

Forms - Masked Text Controls

<input type="password" size="15" maxlength="10" name="accesscode" />
In this text control, the characters entered by the user are masked. However, if the form is transmitted using get, then the password will be visible in the URL. This is not a secure way of transmitting secret data.

No comments: