Good morning
How could I make a windows program run when I clicked on an image?
<img src="smiley.png" alt="Smiley face" height="42" width="42">
The images I put in this way to the html, and I want to click on that image to run, for example, the notepad.
I've been trying some things with javascript (windows.open) but I have not been able. Thanks