<input id="pw" type="password"><button type="button" onclick="pw.type = pw.type === 'password' ? 'text' : 'password'"> Anzeigen</button>