Skip to content

Instantly share code, notes, and snippets.

@ashpool
Created May 14, 2013 07:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashpool/5574328 to your computer and use it in GitHub Desktop.
Save ashpool/5574328 to your computer and use it in GitHub Desktop.
<html>
<head>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<style>
iframe {
width: 356px;
height: 100%;
border: none;
}
</style>
<script type="text/javascript">
window.onload = setupRefresh;
function setupRefresh() {
setTimeout("refreshPage();", 120000); // milliseconds
}
function refreshPage() {
window.location = location.href;
}
</script>
</head>
<body>
<iframe src="http://www.aftonbladet.se?server=mmm"></iframe>
<iframe src="http://www.aftonbladet.se/nyheter?server=mmm"></iframe>
<iframe src="http://www.aftonbladet.se/sportbladet?server=mmm"></iframe>
<iframe src="http://www.aftonbladet.se/nojesbladet?server=mmm"></iframe>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment