Jack Kennard wrote:

I notice there are a lot of sites in this group, that are using javascript.
Are they mostly for determining browsers and then redirecting,
or.... ?


As others have suggested, building pages for individual browsers should generally be avoided. However, on those occasions where browser sniffing is needed, JavaScript is NOT the way to go. Unless you can control your user's environment, JavaScript shouldn't be relied upon.

A much better solution is to handle it server side. One simple reason (but far from the one) is that no browser is required to support JavaScript (either by design or through user choice), but they are required to support HTTP. While the browser can lie, it has to tell you something about the user agent.
*****************************************************
The discussion list for http://webstandardsgroup.org/
See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
*****************************************************




Reply via email to