I have a program that retrieves an image every 60 seconds(if a new one exists). Whenever something on the image must change, the server sends a new image to the browser.
How can I create a javascript popup that notifies when when there is a new image placed in the DOM?
I cannot do this by using the filename, since the filename (of the image) stays the same...
NOTE: this must be implemented in the Browser JS script/input itself, since I do not have access to the source code files
Any ideas?
Thank you