1 <html> 2 <head> 3 <title>Some test page</title> 4 <meta http-equiv="refresh" content="0;URL=resultPage.html"/> 5 </head> 6 <body> 7 <script type="text/javascript" language="javascript"><!-- 8 location.replace("resultPage.html"); 9 //--> </script> 10 </body> 11 </html>