Re: password Boxes

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, 14 Mar 2005 08:37:04 -0500, trlists@xxxxxxxxxx
<trlists@xxxxxxxxxx> wrote:
> On 14 Mar 2005 Ross Hulford wrote:
> 
> > Does anyone know how to change the style of password boxes so when
> > the characters are entered an asterisk appears rather that a smal
> > circle?
> 
> It is determined by the browser and OS.  I presume you are talking
> about Windows XP, which is where I see that behavior.  You might try
> use a CSS entry or "style=" to change the font for the input box to
> Courier and see if it behaves differently.
> 
> --
> Tom
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
change
<input type='text' name='name'/>

To:
<input type='password' name='name'>

This is an HTML related question, not php (or even javascript). Next
time try google.

Dotan Cohen
http://English-Lyrics.com
http://Song-Lyriks.com

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux