home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 February / CHIP_2_98.iso / software / pelne / optionp / iis4_06.cab / default.asp8 < prev    next >
Text File  |  1997-10-15  |  2KB  |  59 lines

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2.  
  3. <html><head><title>Windows NT Option Pack Documentation</title></head>
  4.  
  5.  
  6. <% Set OBJbrowser = Server.CreateObject("MSWC.BrowserType")
  7.     MachType=Request.ServerVariables("HTTP_UA-CPU")
  8.     If OBJbrowser.ActiveXcontrols = "True" Then
  9.         File="contents.asp" 
  10.         Size="30"
  11.         Scroll="Auto" 
  12.         If MachType="Alpha" Then
  13.             File="contalph.asp"
  14.             Size="30"
  15.             Scroll="Auto" 
  16.         End If
  17.     Else
  18.  
  19.         File="coflat.htm"
  20.         Size="34"
  21.         Scroll="Yes"
  22.     End If
  23. %>
  24.  
  25.  
  26.  
  27. <!--frameset cols="275,*"-->
  28.  
  29.  
  30. <frameset rows="<% =Size%>,*" FRAMEBORDER="0" FRAMESPACING="0">
  31.     <frame src="navbar.asp" name="NavBar" scrolling="No" noresize marginheight="0" marginwidth="0" framespacing="0" frameborder="No">
  32.     <frameset cols="284,*">
  33.             <frame src=<% =File%> name="contents"  scrolling=<% =Scroll%> FRAMEBORDER="0" FRAMESPACING="0">
  34.             <frame src="../htm/core/iiwltop.htm" name="main" FRAMEBORDER="0" FRAMESPACING="0">
  35.     </frameset>
  36. </frameset>
  37.  
  38.  
  39.  
  40. <noframes>
  41.  
  42.  
  43.  
  44. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
  45.  
  46. <h1>Windows NT Option Pack Documentation</h1>
  47.  
  48. <p>The Windows NT Option Pack documentation must be viewed with a browser that supports frames. To view the documentation, click the following icon to download Microsoft® Internet Explorer version 3.02 or later.</p>
  49.  
  50. <p><A HREF="http://www.microsoft.com/ie/" target="_top"><IMG SRC="../../common/bestwith.gif" ALT="Click Here to Start" ALIGN="BOTTOM" BORDER="0" VSPACE="7" WIDTH="88" HEIGHT="31" HSPACE="5"></A></p>
  51.  
  52. <hr class="iis" size="1">
  53. <p align="center"><em><a href="../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  54. </font>
  55. </noframes>
  56.  
  57. </body>
  58. </html>
  59.