home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_06.cab / opgstop.asp < prev    next >
Text File  |  1997-10-28  |  3KB  |  75 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <html><head><title>Welcome to Windows NT 4.0 Option Pack for Windows NT Server</title>
  3.  
  4. <SCRIPT LANGUAGE="JavaScript">
  5.     TempString = navigator.appVersion
  6.     if (navigator.appName == "Microsoft Internet Explorer"){    
  7. // Check to see if browser is Microsoft
  8.         if (TempString.indexOf ("4.") >= 0){
  9. // Check to see if it is IE 4
  10.             document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
  11.         }
  12.         else {
  13.             document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
  14.         }
  15.     }
  16.     else if (navigator.appName == "Netscape") {                        
  17. // Check to see if browser is Netscape
  18.         document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/coua.css">');
  19.     }
  20.     else
  21.         document.writeln('<link rel="stylesheet" type="text/css" href="/iishelp/common/cocss.css">');
  22. </script>
  23.  
  24. <META NAME="DESCRIPTION" CONTENT="Provides an overview of Windows NT 4.0 Option Pack for Windows NT."></head>
  25.  
  26. <body bgcolor="#ffffff" text="#000000"><font face="Verdana,Arial,Helvetica">
  27.  
  28. <%
  29. If InStr(Request.ServerVariables("HTTP_USER-AGENT"), "MSIE") Then 
  30.    MachPath = "../mm/iiwlmm.asp" 
  31. Else
  32.         MachPath = "iimmnscp.htm"
  33. End If %>
  34.  
  35. <img src="opie.gif" alt="Product Banner">
  36.  
  37. <h1><a name="H1_104182207">Getting Started</a></h1>
  38.  
  39. <table cellpadding="0" border="0" cellspacing="0" width="100%">
  40. <tr>
  41. <td width="77%" valign="top">
  42. <a href="<%= MachPath%>">Welcome</a> to the Microsoft Windows NT 4.0 Option Pack for Windows NT Server. The Option Pack makes it easy to install new features that make your Windows NT system an even stronger platform for network applications and communications.
  43.  
  44. <td width="4%" "valign="top"></td>
  45. <td width="19%" "valign="top">
  46. <center>
  47. <!--<a href="<%= MachPath%>">-->
  48. <a href="iiwlnew.asp"><img src="iimm.gif" alt="Quick Tour of Features" align="top" border=0></a>
  49. </center>
  50. <center>
  51. <!--Multimedia Welcome to Windows NT Option Pack for Windows NT Server.-->
  52. <p><a href="iiwlnew.asp">Quick Tour of Features</a></p>
  53. </center>
  54. </td>
  55.  
  56. </tr>
  57. </table>
  58.  
  59. <p>For more information, double-click Getting Started in the left frame, or click a link below:
  60. <BR><BR>
  61. <ul>
  62.  
  63.  
  64. <li><a href="iimmstar.asp">Multimedia Introductions, Tours and Demonstrations</a></li>
  65.  
  66. <li><a href="iitasks.htm">Quick Tour of Tasks</a></li>
  67. <li><a href="iigsdocs.asp">Quick Tour of Documentation</a></li>
  68. <li><a href="iiwlbvu.htm">Viewing the Documentation</a></li>
  69. </ul>
  70. </td>
  71.  
  72. <hr class="iis" size="1"><p align="center"><em><a href="../../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  73. </font>
  74. </body>
  75. </html>