Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <script>
- window.addEventListener("load", onLoad, false);
- function onLoad()
- {
- var id = document.getElementById("img_cache_refresh");
- id.src = "img/temp.png?" + new Date().getTime();
- }
- </script>
- </head>
- <body>
- <img src="img/temp.png" id="img_cache_refresh" />
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement