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.

108 lines
4.4 KiB

  1. <html>
  2. <head>
  3. <META NAME="KEYWORDS" CONTENT="IEAK, Install, Microsoft">
  4. <META NAME="DESCRIPTION" CONTENT="Microsoft">
  5. <META NAME="PRODUCT" CONTENT="Internet Explorer Administration KIt; IEAK; Microsoft">
  6. <META NAME="MS.LOCALE" CONTENT="EN-US">
  7. <META NAME="CHARSET" CONTENT="us-ascii">
  8. <META NAME="CATEGORY" CONTENT="Download">
  9. <META http-equiv="PICS-Label" content='(PICS-1.1 "http://www.rsac.org/ratingsv01.html" l gen false comment "RSACi North America Server" for "http://iptdweb.microsoft.com/ieak4/" on "1996.05.20T22:48-0500" r (n 0 s 0 v 0 l 0))'>
  10. <title>Install IEAK</title>
  11. </head>
  12. <BODY BGCOLOR="#111111" LINK="#000066" VLINK="#666666" onload="Animate(myheading)">
  13. <script language="VBSCRIPT">
  14. '************OS/Browser Detection Start************
  15. dim NVersion, IEVersion, L_PleaseInstall_Text, L_IE5Install_Text
  16. L_PleaseInstall_Text = "You must install Internet Explorer 6 before installing IEAK 6."
  17. L_IE5Install_Text = "IEAK 6 Install"
  18. NVersion = InStr(navigator.appVersion,"MSIE")
  19. IEVersion = FormatNumber(mid(navigator.appVersion,NVersion + 5,1),0)
  20. '************OS/Browser Detection End**************
  21. Sub AddLight(Object)
  22. call object.filters.Light.addAmbient(255,255,255,15)
  23. call object.filters.Light.addCone(90,-298,0,90,28,0,0,255,30,90)
  24. call object.filters.Light.addCone(190,338,0,190,28,255,0,0,50,90)
  25. call object.filters.Light.addCone(280,-298,0,280,28,0,0,255,30,90)
  26. End Sub
  27. </script>
  28. <script>
  29. var lnum = 800;
  30. var movenum = 40;
  31. function Highlight(Object) {
  32. Object.className = "Over"; }
  33. function Normal(Object) {
  34. Object.className = "Norm"; }
  35. function Animate(Object) {
  36. tokeadd = "TOK_ADDRESS";
  37. buildno = tokeadd.substring(28,32);
  38. root = "Build ";
  39. if (buildno == "ly/b") {
  40. buildno = tokeadd.substring(34,38);
  41. root = "NoOpt Build ";
  42. }
  43. Object.innerText = "IEAK 6.0 " + root + buildno;
  44. Object.style.visibility = "visible";
  45. Object.style.fontStyle = "italic";
  46. if (lnum > 30) {
  47. lnum = lnum - movenum;
  48. Object.style.pixelLeft = lnum;
  49. window.setTimeout("Animate("+Object.id+")",1);}
  50. else {
  51. Object.style.pixelLeft = 13;
  52. Object.style.fontStyle = "normal";
  53. Object.className = "Lite";
  54. AddLight(Object);}
  55. }
  56. </script>
  57. <style>
  58. .Norm {text-align: center; width: 250px; font-family: verdana; font-size: 18px; font-weight: normal; background-color: #191970; color: #a0a0a0; cursor: hand; text-decoration: none;}
  59. .Over {width: 250px; text-align: center; font-family: verdana; font-size: 18px; font-weight: normal; background-color: #191970; color: #FFFFFF; cursor: hand; text-decoration: none;}
  60. .Head {position: absolute; width: 500px; font-family: verdana; font-size: 32px; font-weight: bold; font-style: italic; color: #FFFFFF; visibility: hidden; cursor: hand;}
  61. .Lite {position: absolute; width: 500px; font-family: verdana; font-size: 32px; font-weight: bold; font-style: italic; color: #FFFFFF; visibility: hidden; cursor: hand; filter: light}
  62. .Jonce {position: absolute; width=10px; left: 190px; top: 28px; color=#00FF00}
  63. </style>
  64. <div id=jo class=jonce></div>
  65. <div id=myheading class=Head>IEAK Build</div>
  66. <br><br><br><HR SIZE=1 NOSHADE COLOR="#FFFFFF">
  67. <FONT FACE="Verdana, Arial, Helvetica" SIZE="2" color="#FFFFFF">
  68. <b><i>The Internet Explorer Administration Kit makes it easy for you to customize, deploy, and maintain Internet Explorer.</b></i>
  69. <HR SIZE=1 NOSHADE COLOR="#FFFFFF"><p>
  70. <p><i><b>Please note: If the IEAK has been designated "Self-Host," this does not necessarily mean that the builds generated with it will be of Self-Host quality. Please refer to the IE Webboard for the quality level of the IE build.</b></i>
  71. <p><b>You must have Internet Explorer version 6 or greater installed before using IEAK 6.</i></b>
  72. <p>Click the Install button below to download the daily build of IEAK 6. When the dialog prompts, select "Run this program from its current location."<br><br><br>
  73. <center><div id=instbut2 class=norm><a href="TOK_ADDRESS\ieak6.exe">
  74. <span onmouseover="Highlight(this)" onmouseout="Normal(this)" class=norm>
  75. Install IEAK 6.0</span></a></div></center><p>
  76. <!-- COPYRIGHT AND DATE INFO. START -->
  77. <BR><HR SIZE=1 NOSHADE COLOR="#FFFFFF">
  78. <FONT FACE="Verdana" SIZE="1" color=#707070>&copy; <A HREF="http://www.microsoft.com/misc/cpyright.htm"><font color=#707070>1997 Microsoft Corporation. All rights reserved. Terms of Use</A>.</font></font>
  79. <BR><BR></FONT>
  80. <!-- COPYRIGHT AND DATE INFO. END -->
  81. </body>
  82. </html>