Jun 18, 2001 #1 pantinc Programmer Joined Jun 18, 2001 Messages 17 Location US is there a way to hide any password entered with the * instead? -Sunny *:->*
Jun 18, 2001 1 #2 link9 Programmer Joined Nov 28, 2000 Messages 3,387 Location 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 Joined Mar 17, 2001 Messages 3,674 Location 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 Joined Jun 18, 2001 Messages 17 Location US Its actually table not a form.. does that make a difference? -Sunny *:->* Upvote 0 Downvote
Jun 18, 2001 #5 Wullie Programmer Joined Mar 17, 2001 Messages 3,674 Location GB Sorry LINK9, you beat me to it!!! X-) Upvote 0 Downvote
Jun 18, 2001 Thread starter #6 pantinc Programmer Joined Jun 18, 2001 Messages 17 Location 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 Joined Mar 17, 2001 Messages 3,674 Location 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 Joined Jun 13, 2001 Messages 127 Location 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 Joined Jun 18, 2001 Messages 17 Location US OK, its working now. Thanks everyone... -Sunny *:->* Upvote 0 Downvote