<% Set bc = Server.CreateObject("MSWC.BrowserType") %>

The following is a list of properties of your browser:

Browser Type <%= bc.Browser %>
What Version <%= bc.Version %>
Major Version <%= bc.Majorver %>
Minor Version <%= bc.Minorver %>
Frames <%= CStr(CBool(bc.Frames)) %>
Tables <%= CStr(CBool(bc.Tables)) %>
Cookies <%= CStr(CBool(bc.cookies)) %>
Background Sounds <%= CStr(CBool(bc.BackgroundSounds)) %>
VBScript <%= CStr(CBool(bc.VBScript)) %>
JavaScript <%= CStr(CBool(bc.Javascript)) %>