Browser Properties

<html>
<head><title>Browser Properties</title></HEAD>
<body bgcolor=#FFFFFF>

<%
Set myBrow = Server.CreateObject( "MSWC.BrowserType" )
%>
<h2>Your browser has the following properties:</h2>
<table cellpadding=5 cellspacing=0 border=1>
<tr>
<td>Browser Type:</td>
<td><%=myBrow.Browser%></td>
</tr>
<tr>
<td>Browser Version:</td>
<td><%=myBrow.Version %></td>
</tr>
<tr>
<td>Supports Javascript:</td>
<td><%=myBrow.Javascript %></td>
</tr>
<tr>
<td>Supports VBScript:</td>
<td><%=myBrow.VBScript %></td>
</tr>
<tr>
<td>Supports Cookies:</td>
<td><%=myBrow.Cookies%></td>
</tr>
<tr>
<td>Supports Frames:</td>
<td><%=myBrow.Frames%></td>
</tr>
<tr>
<td>Platform:</td>
<td><%=myBrow.Platform%></td>
</tr>
</table>
</body>
</html>
The Results:

**Note: You may see in-accurate information, update your browsecap.ini file! Get the latest version here: http://browscap.org/

Your browser has the following properties:

Browser Type: Default Browser
Browser Version: 0.0
Supports Javascript: False
Supports VBScript: False
Supports Cookies: False
Supports Frames: False
Platform: unknown



Back To Top
© 1998 - 2024 psacake.com
Version 7.21 | Advertise on this site