On Mon, 14 Mar 2005 08:37:04 -0500, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> 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

Reply via email to