fastest way to redirect browser on detection of brower type

L

libsfan01

hi all

what is the quickest way to the redirect the user's browser to another
page dependent upon what browser they have? Ideally id like it to occur
b4 the page content loads (which can take a while)

regards

marc
 
R

Randy Webb

libsfan01 said the following on 8/28/2006 5:09 PM:
what is the quickest way to the redirect the user's browser to another
page dependent upon what browser they have?

Considering that you can't reliably detect the browser the answer to
your question is you can't. Not before the page loads, nor after it
loads, unless you ask the user.
Ideally id like it to occur b4 the page content loads (which can take a while)

And ideally, most people would appreciate you taking the time to spell
and punctuate properly as it makes it a lot easier to read.

The solution to your problem is to stop trying to determine the browser,
write cross-browser code and degrade gracefully.

How do I detect Opera/Netscape/IE?
<URL: http://jibbering.com/faq/#FAQ4_26>
 
T

The Magpie

libsfan01 said:
what is the quickest way to the redirect the user's browser to another
page dependent upon what browser they have? Ideally id like it to occur
b4 the page content loads (which can take a while)
Marc, it is not possible to determine accurately or consistently what
browser is being used. Your page should work with *all* browsers
regardless of what they are. This is the fastest and most efficient way
both to use the web pages *and* to write them in the first place.
 
S

Sym

Randy said:
libsfan01 said the following on 8/28/2006 5:09 PM:

And ideally, most people would appreciate you taking the time to spell
and punctuate properly as it makes it a lot easier to read.


alt.usage.english perhaps


;)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,009
Latest member
GidgetGamb

Latest Threads

Top