You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body { display: flex; width: 100%; height: 100%; flex-direction: column;}
body > * { flex: 1; }
.box { display: flex; }
.box iframe { flex: 1; }
</style>
</head>
<body>
<h1>Entire page loaded at <?php echo date('r'); ?></h1>
<iframe id="foo" src="/time"></iframe>
<div class=box>
<iframe src="http://www.bbc.com/news"></iframe>
<iframe src="https://webconverger.com/"></iframe>
</div>
<p>Simply showing how to reload the entire page after 10 seconds. As well as refreshing an iframe every second via Javascript. <a href=https://github.com/Webconverger/dashboard-iframe-refresh-demo>MIT licensed source code</a></p>