Advertisement
Guest User

SonicWALL Auth Redirect

a guest
Dec 7th, 2010
543
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.34 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html">
  5. <title>Document Moved</title>
  6. <meta name="id" content="docJump" >
  7. <link rel=stylesheet href="swl_styles-5-0o-3718570608.css" TYPE="text/css">
  8. <script type="text/JavaScript">
  9. setTimeout("goJump();", 1000);
  10. function goJump() {
  11.     var jumpURL = "https://192.168.9.1/auth.html";
  12.     var jumpProt = jumpURL.substr(0,6).toLowerCase();
  13.     var ix;
  14.     if (jumpProt.substr(0,4) == "http" && (ix = jumpProt.indexOf(":")) != -1) {
  15.         jumpProt = jumpProt.substr(0,ix+1);
  16.         if (location.protocol.toLowerCase() != jumpProt) {
  17.             window.opener = null;
  18.             top.opener = null;
  19.         }
  20.     }
  21.     top.location.href = jumpURL;
  22. }
  23. </script>
  24. </head>
  25. <body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" rightmargin="0" marginwidth="0" marginheight="0" background="popup_error_bg.gif">
  26. <div align="center"><br>
  27.     <br>
  28.     <table width="400"  border="0" cellpadding="1" cellspacing="0" bgcolor="#CCCCCC" summary="">
  29.         <tr>
  30.             <td>
  31.                 <table width="100&#37;"  border="0" cellpadding="20" cellspacing="0" bgcolor="#FFFFFF" summary="">
  32.                     <tr>
  33.                         <td>Please be patient as you are being re-directed to <a href="https://192.168.9.1/auth.html" target="_top">a secure login page</a></td>
  34.                     </tr>
  35.                 </table>
  36.             </td>
  37.         </tr>
  38.     </table>
  39. </div>
  40. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement