home *** CD-ROM | disk | FTP | other *** search
/ Australian Personal Computer 1999 July / APC47-1.ISO / workshop / win95 / pws / iis4_06.cab / default.asp1 < prev    next >
Encoding:
Text File  |  1997-10-15  |  1.9 KB  |  71 lines

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