Box for the ctrl + F5 Click
Autor: Werner F.
Besucht 131,
Followers 1,
Geteilt 0
I do have for example a JPG File loaded directly via FTP to the Internet Space. When I open my homepage and see the picture content of the JPG File the old version is still showing.
When I do CTLR + F5 click together the page will be reloaded and will show afterward the correct JPG.
What must I do to have a CLICK BOX with this funtion added to the click box content.
Gepostet am
Founded in the internet, not tested, see
-----
How do I refresh a page when clicking on a href? | HTML, CSS
...
You can simply do as below:
<ahref="javascript:window.location.reload();"><li>Refresh Page</li></a>
>> https://stackoverflow.com/questions/61851126/how-do-i-refresh-a-page-when-clicking-on-a-href-html-css
-----
Sorry, the space was lost in the code when posting.
-----