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: section Security
Considerations).

For example:

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

"Bartosz Matosiuk" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Hi
> I need to change letters to * in the form window (password) and I don't
know
> how. Mayby someone has got some ideas
> Thanks
>
> madsiuk ([EMAIL PROTECTED])
>
>



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to