Advertisement
owlman

Old 404 Page | HTML

Jan 8th, 2016
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.74 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4.  
  5. <script language="JavaScript">
  6.  
  7.  
  8.   <!-- HIDE FROM OLD BROWSERS
  9.  
  10.  
  11. function disable_right_click(e)
  12.  {
  13.      var browser = navigator.appName.substring ( 0, 9 );
  14.      var event_number = 0;
  15.  
  16.      if (browser=="Microsoft")
  17.          event_number = event.button;
  18.      else if (browser=="Netscape")
  19.          event_number = e.which;
  20.  
  21.      if ( event_number==2 || event_number==3 )
  22.          {
  23.          confirm ("You have right clicked, Windows must be restarted for the changes to take affect");
  24.          return (false);
  25.          }
  26.  
  27.      return (true);
  28.  }
  29.  
  30.  function check_mousekey ()
  31.  {
  32.      var mouse_key = 93;
  33.      var keycode = event.keyCode;
  34.  
  35.      if ( keycode == mouse_key )
  36.          alert ( "Mouse Key Is Disabled" );
  37.  }
  38.  
  39.  function trap_page_mouse_key_events ()
  40.  {
  41.      var browser = navigator.appName.substring ( 0, 9 );
  42.  
  43.      document.onmousedown = disable_right_click;
  44.  
  45.      if ( browser == "Microsoft" )
  46.          document.onkeydown = check_mousekey;
  47.      else if ( browser == "Netscape" )
  48.          document.captureEvents( Event.MOUSEDOWN );
  49.  }
  50.  
  51.  window.onload = trap_page_mouse_key_events;
  52.  
  53.  
  54.  // END HIDING -->
  55.  
  56. </script>
  57.  
  58.  
  59. <style>
  60. a:link          {font:8pt/11pt verdana; color:red}
  61. a:visited       {font:8pt/11pt verdana; color:#4e4e4e}
  62. </style>
  63. <meta HTTP-EQUIV="Content-Type" Content="text-html; charset=Windows-1252">
  64. <title>404: Page Not Found</title>
  65.  
  66.  
  67. </head>
  68.  
  69. <SCRIPT>
  70.  
  71.     function doNetDetect() {
  72.  
  73.         saOC.NETDetectNextNavigate();
  74.         location.reload();
  75.  
  76.         }
  77. </SCRIPT>
  78.  
  79. <body bgcolor="white">
  80. <object id=saOC CLASSID='clsid:B45FF030-4447-11D2-85DE-00C04FA35C89' HEIGHT=0 width=0></object>
  81. <table width="100%" border="0" cellspacing="0" cellpadding="0">
  82.   <tr>
  83.     <td width="52%">
  84. <table width="400" cellpadding="3" cellspacing="5">
  85.         <tr>
  86.           <td id="tableProps2" align="left" valign="middle" width="360"><h1 id="textSection1"
  87.    style="COLOR: black; FONT: 13pt/15pt verdana"><span id="errorText"><img src="http://i.imgur.com/otEvMHi.gif" width="25" height="33" align="left">The page cannot be found </span></h1></td>
  88.         </tr>
  89.         <tr>
  90.           <td id="tablePropsWidth" width="400" colspan="2"><font
  91.    style="COLOR: black; FONT: 8pt/11pt verdana">The page you are looking for
  92.             might have been removed, had its name changed, or is temporarily unavailable</font></td>
  93.         </tr>
  94.         <tr>
  95.           <td id="tablePropsWidth" width="400" colspan="2"><font id="LID1"
  96.    style="COLOR: black; FONT: 8pt/11pt verdana">
  97.             <hr color="#C0C0C0" noshade>
  98.             <p id="LID2">Please try the following:</p>
  99.             <ul>
  100.               <li id="instructionsText1">If you typed the page address in the Adress bar, make sure that it is spelled correctly.<br>
  101.               </li>
  102.               <li id="instructionsText2">Open the <a href="HOME PAGE URL"><font color="red">URL HOME PAGE NAME</font></a> home page, and then look for links to the information you want.
  103.               </li>
  104.               <li id="instructionsText3">Click the <img src="http://i.imgur.com/9PMltRR.gif"> <a href="LAST PAGE URL"><font color="red">Back</font></a> button to try another link.<br>
  105.                          <li id="instructionsText5">Click <img src="http://i.imgur.com/NVlR6IQ.gif"> <a href="SEARCH PAGE"><font color="red">Search</font></a> to look for information on the Internet.</li>
  106.  
  107.             </ul>
  108.             <p><br>
  109.             </p>
  110.             <h2 id="IEText" style="font:8pt/11pt verdana; color:black">HTTP 404 - File not found<BR>
  111.               Internet Exploder </h2>
  112.             </font></td>
  113.         </tr>
  114.       </table></td>
  115.     <td width="48%" valign="top"><div align="right">
  116. </div></td>
  117.   </tr>
  118. </table>
  119. </body>
  120. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement