I need to load and display an image (so far from folder) on a click of the button (without providing user with the opportunity to choose/change it).
The problem: although filename will stay the same, the image file itself might change after the page is loaded (it keeps being updated).
So pre-defining the source like this <img id = "bla" src="bla.png" align="right"> wouldn't work. What would be a normal way of loading an image in a sort of dynamic fashion from scratch when .html has loaded?
no-cacheheader, then resetting thesrcto the image's URL might do the trick.