Click to See Complete Forum and Search --> : how to check the browser type


Moonlord
04-15-2003, 10:32 PM
Does anyone know how to check for the browser type of the site visitor? I got a lot of IE specified stuff on my page and want to make sure that my visitors get the full experience.
And some don't have IE so nearly half of the site doesn't work for them.
I need a script that checks the browser type and decides:
page 1 for IE and page 2 for anything else.

Thanks in advance, Moonlord.:)

Nicodemas
04-16-2003, 01:25 AM
This is more like a javascript question, although you could do it with Server Variables. I believe by requesting the HTTP_USER_AGENT variable, you could accomplish what you are trying to do.