All muhaza's note in developing website. Front-end & uiux method. Real life implementation for webdesigner.
<script type="text/javascript"> window.onload = function() { setTimeout(loadfunction,20000) } function loadfunction() { document.getElementById("myiframe").src = "theurltoload.html" } </script> </head> <body> <iframe id="myiframe"></iframe>