Torna al Thread

<html> <head> <script type="text/javascript"> function timedMsg() { var t=setTimeout("window.location.href='http://www.google.it'",5000); } </script> </head> <body> <form> <input type="button" value="Display timed alertbox!" onClick="timedMsg()"> </form> </body> </html>
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5