Tip: You can modify some of the code before running
<HTML><HEAD><TITLE> password hiding and display </TITLE> </HEAD> <body bgcolor= #fef4d9 ><BR> <BR> <CENTER> password hiding and display </CENTER><BR> <CENTER> <table bordercolor= #CC0000 border=5 borderlight= "Green" > <TBODY> <TR> <td align=middle><div align= "center" > Effect Show </div> </TD> </TR> <TR> <td align=middle> <form name=forms action= "" method=post>< SPAN id=box> <input type=password value=523654 name=password></span> <span display password id=click> An> <script language=javascript> function PS () {if (this.forms.password.type= "password") box.innerhtml= " ; input type= "html" name= "password" size= "value=" +this.forms.password.value+ ">"; click.innerhtml= "Hidden Password"} function txt () {if (this.forms.password.type= "text") box.innerhtml= "<input type=" password "Name=" password "size=" "value=" +this.forms.password.value+ ">"; Click.innerhtmL= "Show password"} </SCRIPT> </FORM></TD></TR></TBODY></TABLE></CENTER> </ body> </HTML></td> </tr> </table>
Tip: You can modify some of the code before running