Hi,
I am setting up a dashbord and have gottan my hands on some HTML code which switches from one .html page to another .html page based on a time interval. In each of the html page there is an iframe which has a sheet embedded.
The issue I am having is that after 5-6 hours the loop gets stuck on one of the sheets with just a "Loading" icon in the up right corner. I was wondering if anyone know what this could be or any setting that would help avoid this? This is the HTML code:
<html>
<head>
<meta http-equiv="refresh" content="15; url=C:\Users\aah\Desktop\Dashboard Frames\2-Regnskap.html">
</head>
<body>
<iframe id="qvdemo" style="border: none;" name="qvdemo" src="http://prod-qlikview/QvAJAXZfc/opendoc.htm?document=1.OrdningsAdministrasjon1.Application%2FTest.qvw..." width="100%" height="100%"></iframe>
</body>
</body>
</html>
Quite simple as you can see.