home *** CD-ROM | disk | FTP | other *** search
- <HTML>
- <FONT FACE="Comic Sans MS" SIZE=3>
- <H1>Welcome to ASP</H1>
- There are <% =Application("Viewers") %> users currently connected to the server.
- <P>
- You have connected from the following IP address: <% =Session("User") %> (<% =Session("HName") %>)
- <P>
- We already know that your browser:
- <BR>
- 1.
- <% Set Browser = Server.CreateObject("MSWC.BrowserType") %>
- <% If Browser.VBscript Then
- Response.Write "Can "
- Else
- Response.Write "Can't "
- End If
- %> execute VBScript code.
- <BR>
- 2.
- <% If Browser.Frames Then
- Response.Write "Can "
- Else
- Response.Write "Can't "
- End If
- %> display frames.
- <BR>
- 3.
- <% If Browser.Tables Then
- Response.Write "Can "
- Else
- Response.Write "Can't "
- End If
- %> display tables.
-
- </FONT>
- </HTML>
-