+ 1
how can i make a password visible
HTML
5 odpowiedzi
+ 2
Thanks Arianit Halimi
+ 1
if you want to know what you type in a password box in html go to your inspect elememts and change type="password" to "" and the password is revealed, otherwise if you want to hack something that requires more than HTML
+ 1
Thanks but i want to do it like if i click on an icon it should display the password and if clicked again it should be back to password. Any one just explain even if it include jscript
+ 1
you can make that with javascript or jquery. you create the button to show password and make an onclick event. inside an event function modify the type to "" and it should work
0
Please could you show or share an example?