ASP.NET Password textbox, has text as characters entered
Posted
by SimonNet
on Stack Overflow
See other posts from Stack Overflow
or by SimonNet
Published on 2010-03-17T09:28:24Z
Indexed on
2010/03/17
9:31 UTC
Read the original article
Hit count: 235
When I look at gmail on my mobile web browser the password textbox hashes the characters as I type so I can see the actual input as I type before is hashed with an asterisk.
So as I enter it becomes, P --> *a --> **s etc..
How is this done? I presume its javascript? If somone can point me in the right direction that would be great.
© Stack Overflow or respective owner