Jun 18, 2001 #1 pantinc Programmer Jun 18, 2001 17 US is there a way to hide any password entered with the * instead? -Sunny *:->*
Jun 18, 2001 1 #2 link9 Programmer Nov 28, 2000 3,387 US <input type=password> Will make what looks like a textbox, but when you type in it, *'s show up instead of the characters. Paul Prewett Upvote 0 Downvote
<input type=password> Will make what looks like a textbox, but when you type in it, *'s show up instead of the characters. Paul Prewett
Jun 18, 2001 #3 Wullie Programmer Mar 17, 2001 3,674 GB You can enter this code into your form:- <input name="" type="password" value=""> Upvote 0 Downvote
You can enter this code into your form:- <input name="" type="password" value="">
Jun 18, 2001 Thread starter #4 pantinc Programmer Jun 18, 2001 17 US Its actually table not a form.. does that make a difference? -Sunny *:->* Upvote 0 Downvote
Jun 18, 2001 #5 Wullie Programmer Mar 17, 2001 3,674 GB Sorry LINK9, you beat me to it!!! X-) Upvote 0 Downvote
Jun 18, 2001 Thread starter #6 pantinc Programmer Jun 18, 2001 17 US ok, for some reason its not working... but it is a form, and I'm lost, thanks for your help guys and gals. -Sunny *:->* Upvote 0 Downvote
ok, for some reason its not working... but it is a form, and I'm lost, thanks for your help guys and gals. -Sunny *:->*
Jun 18, 2001 #7 Wullie Programmer Mar 17, 2001 3,674 GB Can you post the code you are using for the form? May be able to see the problem there.. Upvote 0 Downvote
Jun 18, 2001 #8 bra1niac Programmer Jun 13, 2001 127 US Can you be a little more specific than "not working"? Is the browser printing the code or is it not hiding the password? Yes, post the code too. "Absorb what is useful, discard what is not. Add what is uniquely your own." - Bruce Lee - The Tao of Jeet Kune Do Upvote 0 Downvote
Can you be a little more specific than "not working"? Is the browser printing the code or is it not hiding the password? Yes, post the code too. "Absorb what is useful, discard what is not. Add what is uniquely your own." - Bruce Lee - The Tao of Jeet Kune Do
Jun 18, 2001 Thread starter #9 pantinc Programmer Jun 18, 2001 17 US OK, its working now. Thanks everyone... -Sunny *:->* Upvote 0 Downvote