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.

30 lines
690 B

  1. <html>
  2. <head>
  3. <script language="JavaScript">
  4. function window.onload()
  5. {
  6. window.external.SetWizardButtons(1, 0, 0);
  7. }
  8. function window.onback()
  9. {
  10. window.external.FinalBack();
  11. }
  12. </script>
  13. </head>
  14. <body bgcolor=threedface>
  15. <DIV ID=Title
  16. <font id=l1 face="Tahoma" size=2>
  17. <br>My Documents<br>
  18. </font>
  19. </DIV>
  20. <OBJECT ID=WebBrowser classid="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2" style="width=100%; height=80%;">
  21. <PARAM NAME="NoWebView" VALUE="1">
  22. <PARAM NAME="SingleClick" VALUE="1">
  23. <PARAM NAME="Location" VALUE="::{450D8FBA-AD25-11D0-98A8-0800361B1103}"> <!-- My Documents -->
  24. </OBJECT>
  25. </html>