Torna al Thread

<html> <head> <script type="text/javascript"> //<!-- var intervallo = 3000; function init_refresh() { setTimeout('refresh_iframe()',intervallo); } // caricamento iterato dell'iframe function refresh_iframe() { var myIFrame = document.getElementById('IFrame_refresh'); if (!myIFrame) return false; myIFrame.src = myIFrame.src; setTimeout('refresh_iframe()',intervallo); } window.onload = init_refresh; //--> </script> </head> <body> <iframe id="IFrame_refresh" height="600" width="700" src="http://www.dotnethell.it/"/> </body> </html>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5