Re: newbie Help: HOW to use VBSCript on clientside to detect browser type and version



jharp80 wrote:
Hi I would like to detect broswer type and version (Example FF2, FF3,
IE, so on) on the client side using VBScript.

You will not be able to use vbscript with Firefox - it is not supported. You
will need to use javascript instead.

I appreciate any script
on this I can do; and if not available some general guidelines how I
should accomplish this using VBSCript ;example what objects i need to
query. or is it possible to do this through reading registry keys.

No registry keys are needed. DHTM should suffice. See:
http://www.dynamicdrive.com/dynamicindex9/browsersniffer.htm

--
Microsoft MVP - ASP/ASP.NET - 2004-2007
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


.



Relevant Pages

  • Re: Date Interval Functions
    ... > whatsoever. ... they did not bother creating a builtin function to do this (I'm taliking ... about vbscript, with which I am more familiar than with jscript). ... This email account is my spam trap so I ...
    (microsoft.public.inetserver.asp.general)
  • Re: number comparison
    ... I'm writing an ASP page using VBscript and I need an automated ... This email account is my spam trap so I ...
    (microsoft.public.scripting.vbscript)
  • Re: Inserting from ASP creates 2 records instead of 1
    ... Rafael Chemtob wrote: ... > I'm doing an insert from an ASP page (written in VBScript) and there ... This email account is my spam trap so I ...
    (microsoft.public.scripting.vbscript)
  • Re: Searching for a Number in a Set of Numbers
    ... if it had existed in vbscript I would ... asp document with ASPand SQL. ... use a strongly-typed language like C# to get everything you are looking for. ... This email account is my spam trap so I ...
    (microsoft.public.scripting.vbscript)
  • Re: Import Access DB
    ... > Can VBScript be used to import data into MS Access? ... dim obj as new access.application ... Use ADO - since you did not provide details avout what type of data you ... This email account is my spam trap so I ...
    (microsoft.public.scripting.vbscript)

Loading