Home | History | Annotate | Download | only in data
      1 <html>
      2   <head><title>cf: protocol test</title>
      3     <script type="text/javascript"
      4         src="chrome_frame_tester_helpers.js"></script>
      5 
      6     <script type="text/javascript">
      7       function test() {
      8         if (isRunningInMSIE()) {
      9           reloadUsingCFProtocol();
     10         } else {
     11           onSuccess("chrome_frame_protocol", 1);
     12         }
     13       }
     14     </script>
     15   </head>
     16   <body onLoad="setTimeout(test, 100);">
     17     <h2>Prepare to be redirected!</h2>
     18     <p>Redirects the same page to its 'gcf:' version</p>
     19   </body>
     20 </html>
     21