% @Language = "VBScript" %>
Microsoft Internet Information Services 5.1 Documentation
<% Set OBJbrowser = Server.CreateObject("MSWC.BrowserType")
BrsType = Request.ServerVariables("HTTP_User-Agent")
MachType=Request.ServerVariables("HTTP_UA-CPU")
If InStr(BrsType, "MSIE") Then
If InStr(BrsType, "Windows") Then
File="contents.asp"
Size="30"
Scroll="Auto"
Else
File="coflat.htm"
Size="34"
Scroll="Yes"
End If
If MachType="Alpha" Then
File="contalph.asp"
Size="30"
Scroll="Auto"
End If
Else
File="coflat.htm"
Size="34"
Scroll="Yes"
End If
%>
<%
If Request.QueryString("jumpurl") <> "" Then
strMainUrl = Server.HTMLEncode(Request.QueryString("jumpurl"))
Else
strMainUrl = "../htm/core/iiwltop.htm"
End If
%>
Microsoft Internet Information Services 5.1 Documentation
The Microsoft Internet Information Serveices 5.1 documentation must be viewed with a browser that supports frames. To view the documentation, click the following icon to download the latest version of Microsoft® Internet Explorer.

© 1997-1998 Microsoft Corporation. All rights reserved.