function cambiar() { document.getElementById('algo').type = 'password'; } <input type="text" onfocus="javascript: cambiar()" id="algo"/>