<script type="text/javascript"> function reFresh(){ if(navigator.appName == "Microsoft Internet Explorer"){ window.document.getElementById('mapa').contentWindow.location.reload(true); } else{ window.document.getElementById('mapa').src = window.document.getElementById('iframeId').src; } } </script> </head> <body style="text-align:center" onload="reFresh()"> <iframe id="mapa" src="https://www.wasmigielski.pl/gocha/index.html" scrolling="auto" style="width:1320px;height:1560px;border:none"></iframe> </body>