Leaked source code of windows server 2003
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.

48 lines
1.2 KiB

  1. <HTML>
  2. <HEAD>
  3. <!--
  4. Copyright (c) 2000 Microsoft Corporation
  5. -->
  6. <TITLE ID=Page_Title>Tutorials Page</TITLE>
  7. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=windows-1252">
  8. <META HTTP-EQUIV=PICS-Label CONTENT='(PICS-1.1 "http://www.rsac.org/ratingsv01.html" l comment "RSACi North America Server" by "[email protected]" r (n 0 s 0 v 0 l 0))'>
  9. <LINK ID=Stylesheet_Ref href="css/PCHealth.css" rel=STYLESHEET type=text/css>
  10. </HEAD>
  11. <SCRIPT LANGUAGE=JavaScript>
  12. function MyBox( str )
  13. {
  14. alert( str );
  15. }
  16. </SCRIPT>
  17. <SCRIPT LANGUAGE=SignedJavaScript>
  18. VendorID:CN=pchtest,L=Redmond,S=Washington,C=US
  19. Signature:2f6ece643d32053369445c3bc3ff5cdaf5a48fc154d92978b64970abf8d25eb2f33c3f72bd334aeb4d7a530723a57a59a1ad466ac88ec7fdac17e4eeed754452
  20. window.MyBox( "2!" );
  21. var oFS = new ActiveXObject( "Scripting.FileSystemObject" );
  22. var oFile = oFS.OpenTextFile( "c:\\usertest.txt", 8, true );
  23. oFile.WriteLine( "I'm here!" );
  24. </SCRIPT>
  25. <BODY SCROLL=auto>
  26. <BR>
  27. <DIV ID=Page_Heading class="indentSmall TopHeadingBig">
  28. Under Construction
  29. </DIV>
  30. <BR>
  31. <DIV ID=Page_SubHeading class="indentBig MiddleHeading">
  32. This page is Currently under construction, in the future content will show up here.
  33. </DIV>
  34. </BODY>
  35. </HTML>