404.html 3.6 KB

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