Set MyBrow=Server.CreateObject("MSWC.BrowserType")
<table border="1" width="65%">
<td width="52%">Client OS</td>
<td width="48%"><FONT COLOR=#ff0000><%=MyBrow.platform%></FONT></td>
<td >Web Browser</td>
<td ><FONT COLOR=#ff0000><%=MyBrow.browser%></FONT></td>
<td>Browser version</td>
<td><FONT COLOR=#ff0000><%=MyBrow.version%></FONT></td>
<td>Frame support?</td>
<td><FONT COLOR=#ff0000><%=MyBrow.frames%></FONT></td>
<td>Table support?</td>
<td><FONT COLOR=#ff0000><%=MyBrow.tables%></FONT></td>
<td>Sound support?</td>
<td><FONT COLOR=#ff0000><%=MyBrow.backgroundsounds%></FONT></td>
<td>Cookies support?</td>
<td><FONT COLOR=#ff0000><%=MyBrow.cookies%></FONT></td>
<td>VBScript support?</td>
<td><FONT COLOR=#ff0000><%=MyBrow.vbscript%></FONT></td>
<td>JavaScript support?</td>
<td><FONT COLOR=#ff0000><%=MyBrow.javascript%></FONT></td>