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.4 KiB

  1. <HTML XMLNS:helpcenter>
  2. <HEAD>
  3. <!--
  4. Copyright (c) 2000 Microsoft Corporation
  5. -->
  6. <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=windows-1252">
  7. <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))'>
  8. <META HTTP-EQUIV="MSThemeCompatible" CONTENT="Yes">
  9. <OBJECT ID=pchealth classid=CLSID:FC7D9E02-3F9E-11d3-93C0-00C04F72DAF7></OBJECT>
  10. <LINK ID=Stylesheet_Ref1 href="hcp://system/css/Behaviors.css" rel=STYLESHEET type=text/css>
  11. </HEAD>
  12. <BODY SCROLL=AUTO style="background-color: blue">
  13. <helpcenter:bitmap id=idImage style="border: 1pt solid; width: 48px; height: 48px; cursor: hand"
  14. SRCNORMAL="hcp://system/images/48x48/desktop_icon_01.bmp"
  15. SRCMOUSEOVER="hcp://system/images/48x48/desktop_icon_02.bmp"
  16. SRCMOUSEDOWN="hcp://system/images/48x48/desktop_icon_03.bmp"></helpcenter:bitmap>
  17. <BUTTON onclick="next();">Next color</BUTTON>
  18. </BODY>
  19. <SCRIPT>
  20. //debugger;
  21. var i = 0;
  22. var images = [ "hcp://system/images/48x48/desktop_icon_01.bmp" ,
  23. "hcp://system/images/48x48/desktop_icon_02.bmp" ,
  24. "hcp://system/images/48x48/desktop_icon_03.bmp" ,
  25. "hcp://system/images/48x48/desktop_icon_04.bmp" ];
  26. function next()
  27. {
  28. idImage.setAttribute( "srcNormal", images[++i % 4], 0 );
  29. }
  30. </SCRIPT>
  31. </HTML>