<html> <meta id="myM"> <head> <script language="JavaScript"> function function1() { document.all.myM.httpEquiv = "refresh"; document.all.myM.content = 3; } </script> </head> <body> <input type="button" value="Refresh this page every 3 seconds." onClick="function1();"> </body> </html>