Jarred Posted March 21, 2004 Share Posted March 21, 2004 Hi, I've made a login page uding Dreamweaver and it wll works fine, but the password field displays the characters. eg. Password: 'Password' but i want it to do this: Password: ********. can anybody tell me what I need to do to make this happen? Thanks in advance for any help! Link to comment https://forums.phpfreaks.com/topic/1749-can-anyone-help/ Share on other sites More sharing options...
morpheus.100 Posted March 22, 2004 Share Posted March 22, 2004 <form action="checkuser.php" method="post" name="" id=""> <table width="115" border="0" align="center" cellpadding="2" cellspacing="0"> <tr> <td align="center" valign="top">Username<br> <input name="username" type="text" id="username" size="10"></td> </tr> <tr> <td align="center" valign="top">Password<br> <input name="password" type="password" id="password" size="10"></td> </tr> <tr> <td align="center"><input type="submit" name="Submit" value="login"></td> </tr> <tr> <td align="center">Create Account </td> </tr> </table> </form> Link to comment https://forums.phpfreaks.com/topic/1749-can-anyone-help/#findComment-5706 Share on other sites More sharing options...
Jarred Posted March 23, 2004 Author Share Posted March 23, 2004 Thanks man, that sorted it. Link to comment https://forums.phpfreaks.com/topic/1749-can-anyone-help/#findComment-5711 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.