home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 9 / IOPROG_9.ISO / contrib / iis4 / iis4_06.cab / default.asp6 < prev    next >
Encoding:
Text File  |  1997-09-04  |  1.7 KB  |  64 lines

  1. <!-- 0811 -->
  2. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  3.  
  4. <html><head><title>Documentation</title></head>
  5.  
  6.  
  7. <!--
  8. IIS
  9. -->
  10.  
  11. <% Set OBJbrowser = Server.CreateObject("MSWC.BrowserType")
  12.     MachType=Request.ServerVariables("HTTP_UA-CPU")
  13.     If OBJbrowser.ActiveXcontrols = "True" Then
  14.         File="contents.asp" 
  15.         Size="30"
  16.         Scroll="Auto" 
  17.         If MachType="Alpha" Then
  18.             File="contalph.asp"
  19.             Size="30"
  20.             Scroll="Auto" 
  21.         End If
  22.     Else
  23.  
  24.         File="coflat.htm"
  25.         Size="34"
  26.         Scroll="Yes"
  27.     End If
  28. %>
  29.  
  30.  
  31.  
  32. <!--frameset cols="275,*"-->
  33.  
  34.  
  35. <frameset rows="<% =Size%>,*" FRAMEBORDER="0" FRAMESPACING="0">
  36.     <frame src="navbar.asp" name="NavBar" scrolling="No" noresize marginheight="0" marginwidth="0" framespacing="0" frameborder="No">
  37.     <frameset cols="284,*">
  38.             <frame src=<% =File%> name="contents"  scrolling=<% =Scroll%> FRAMEBORDER="0" FRAMESPACING="0">
  39.             <frame src="../htm/core/iiwltop.htm" name="main" FRAMEBORDER="0" FRAMESPACING="0">
  40.     </frameset>
  41. </frameset>
  42.  
  43.  
  44.  
  45. <noframes>
  46.  
  47.  
  48.  
  49. <body bgcolor="#FFFFFF" text="#000000"><font face="Verdana,Arial,Helvetica">
  50.  
  51. <h1>Documentation</h1>
  52.  
  53. <p>This 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>
  54.  
  55. <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>
  56.  
  57. <hr class="iis" size="1">
  58. <p align="center"><em><a href="../../common/colegal.htm">© 1997 by Microsoft Corporation. All rights reserved.</a></em></p>
  59. </font>
  60. </noframes>
  61.  
  62. </body>
  63. </html>
  64.