0
Asteriscos u ocultar info?
Cómo es que se esconde la info o se ponen asteriscos cuando ingresas la información en la casilla?
2 Respostas
+ 1
Use input element having "password" as 'type' attribute
<input id="thePassword" type="password" />
<button type="button" onclick="javascript:alert(document.querySelector('#thePassword').value);">Check</button>
0
But ¿how the program hide the info inside of the field of password?