Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
269 B

  1. <HTML>
  2. <LINK REL="STYLESHEET" TYPE="text/css" HREF="style.css">
  3. <SCRIPT LANGUAGE="JavaScript">
  4. function myLoad()
  5. {
  6. var str = "reload.htm" + location.hash;
  7. location.replace (str);
  8. }
  9. window.onload = myLoad;
  10. </SCRIPT>
  11. <BODY TOPMARGIN=0 LEFTMARGIN=0>
  12. </BODY>
  13. </HTML>