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

Browser Name: <%=bc.browser %>

Browser Version: <%=bc.version%>

<% if (bc.frames = TRUE) then %> I noticed you do frames

<% else %> I noticed you are frame challenged

<% end if %> <% if (bc.tables = TRUE) then %> I noticed you do tables

<% else %> I noticed you can't do tables

<% end if %> <% if (bc.BackgroundSounds = TRUE)then %> I noticed you allow me to play music

<% else %> I noticed you aren't a music listener

<% end if %> <% if (bc.vbscript = TRUE) then %> I noticed you are VBscript capable

<% else %> I noticed you can't understand VB Script

<% end if %> <% if (bc.javascript = TRUE) then %> I noticed you understand JScript

<% else %> I noticed you don't understand JScript

<% end if set bc=nothing %>