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! Quote Link to comment 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> Quote Link to comment Share on other sites More sharing options...
Jarred Posted March 23, 2004 Author Share Posted March 23, 2004 Thanks man, that sorted it. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.