how can i make a password visible | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

how can i make a password visible

HTML

22nd Sep 2019, 6:34 PM
joseph ugbanu
joseph ugbanu - avatar
5 Answers
+ 2
Thanks Arianit Halimi
23rd Sep 2019, 7:45 PM
joseph ugbanu
joseph ugbanu - avatar
+ 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
23rd Sep 2019, 12:22 AM
Arianit Halimi
Arianit Halimi - avatar
+ 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
23rd Sep 2019, 7:43 PM
joseph ugbanu
joseph ugbanu - avatar
+ 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
23rd Sep 2019, 7:45 PM
Arianit Halimi
Arianit Halimi - avatar
0
Please could you show or share an example?
12th Sep 2020, 12:23 AM
Akinbola Emmanuel Oluwanifemi
Akinbola Emmanuel Oluwanifemi - avatar