Posts by Carlos Daniel • 11 points
1 post
- 
		1 votes9 answers34793 viewsA: Input type="password" with password display eyeI managed to do it that way, in case anyone’s interested. <center> <script> function show() { var senha = document.getElementById("senha"); if (senha.type === "password") { senha.type =…