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.

21 lines
393 B

  1. <HTML>
  2. <SCRIPT LANGUAGE="JavaScript">
  3. function myLoad()
  4. {
  5. var fields = location.hash.split ('#');
  6. MMCCtrl.TaskNotify ("{885B3BAE-43F9-11D1-9FD4-00600832DB4A}", fields[1], fields[2]);
  7. window.history.back();
  8. }
  9. window.onload = myLoad;
  10. </SCRIPT>
  11. <BODY TOPMARGIN=0 LEFTMARGIN=0>
  12. <OBJECT ID="MMCCtrl" <
  13. CLASSID="CLSID:545AE700-50BF-11D1-9FE9-00600832DB4A">
  14. >
  15. </OBJECT>
  16. </BODY>
  17. </HTML>