Advertisement
zharry

Toronto eFun Registration

Sep 9th, 2017
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.96 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  5.     <title>Toronto FUN Online</title>
  6.     <script type="text/javascript">
  7.     function refresh_check() {
  8.         if (window.performance.navigation.type == 1) {
  9.             delayed_start();
  10.         }
  11.     };
  12.     window.onbeforeunload = refresh_check();
  13.  
  14.     function delayed_start() {
  15.         setTimeout(function(){ location.href="https://efun.toronto.ca/torontofun/"; },1);
  16.     };
  17.     function nondelayed_start() {
  18.         ocation.href="https://efun.toronto.ca/torontofun/";
  19.     };
  20.     delayed_start();
  21.     nondelayed_start();
  22.     </script>
  23. </head>
  24. <body style="margin: 0; padding: 0;">
  25.  
  26. <div id="wrapper" style="width: 100%; margin: 0; padding: 0;">  
  27.  
  28.     <div  id="content" role="main" aria-labelledby="site-maincontent-desc">
  29.         <div class="subcontent" style="width:96%">
  30.        
  31.             <div class="start-more-info-text" style="display: block;">
  32.            
  33.                 <div style="color: #eb008b; font-size: 24pt; font-family: Verdana; text-align: center;">ALL ONLINE SESSIONS ARE CURRENTLY IN USE</div>
  34.                 <div style="color: #444444; font-size: 16pt; font-family: Verdana; min-height: 30px; height: 30px; margin-bottom: 20px;">&nbsp;</div>
  35.  
  36.                 <div id="div_toobusy" style="text-align: center;">
  37.                 <table style="margin: 0 auto 0; border: 1px solid #FFFFFF; width: 341px; height: 139px; background: url(lib/theme/CustomTemplate/images/button_toobusy.jpg); background-repeat: no-repeat; cursor: pointer;" title="Click here to see if a session has opened" onmouseover="this.style.borderColor='#F7941D'" onmouseout="this.style.borderColor='#FFFFFF'" onclick="delayed_start()">
  38.                 <tr>
  39.                     <td class="css_time_title" style="height: 30px;">THANKS FOR YOUR PATIENCE</td>
  40.                 </tr>
  41.                 <tr>
  42.                     <td class="css_button_link" style="height: 109px; vertical-align: top;">CLICK HERE<br><span style="font-size: 10pt;">TO CHECK FOR AN OPEN SESSION</span></td>
  43.                 </tr>
  44.                 </table>
  45.                 </div>
  46.  
  47.             </div>
  48.         </div>
  49.     </div>
  50. </div>
  51. </body>
  52. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement