If you look closely at browscap.ini, it can't be used in the way you
suggest. It uses wildcard pattern matching, so what do you expect to put in
your array? And what can you do with it that browscap doesn't already do?
The major browser shifts are relatively trivial to differentiate with simple
string parsing. There is no need for all this added complexity, IMHO...
--
Aaron Bertrand
SQL Server MVP
http://www.aspfaq.com/
"George Hester" <> wrote in message
news:...
If you take a look at this page:
http://www.abiglime.com/webmaster/ar...asp/121798.htm
there is "[A]n example of using this component...below"
Here he sets the ServerObject but lists each component of the object as if
he knows what they are. Granted I could always go to browsecap.ini and find
these for my version of the browser. But that's not good. What I'd like is
something such as this:
<%
For Each v in browserdetect
'
Next
%>
But I get this is not supported. How can I access the components of the
browscap.dll in this way? Thanks.
--
George Hester
__________________________________