JavaScript
Show password
13/11/2020 Leave a Comment on Show password
Without too much explanation, the code “speaks” for itself. CSS @import url(“https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css”); .parola { border:1px solid gray; overflow:auto;…
Posted in JavaScript
Self-resizing frames
22/10/2020 Leave a Comment on Self-resizing frames
Integrating a web page inside another page can be performed very easily with the iframe tag. I noticed…
Example of using a pop-up window
Sometimes we may need to open a pop-up window when we press a link / button. For example,…