Hi,
We all want our site to be different and special from other sites, so we include mouseover enlargements and Javascripts for cool interactive effects.But what happens when someone with an old browser version or a browser that is not even "Internet Explorer" hits your site and your fancy addons cause the old browers problems???
You centainly do not want to loose a potential user simply because they are using another browser than the one you have designed your website on.
After spending many hours at the keyboard infusing my files with cool interactive code, I suddenly became aware that some browsers just won't work with my cool interactive code !!!
So now I'm thinking to add a browser detection into my index.html so if a browser other than IE7(for example) hits my site, I could somehow add a cookie or file to their computer that will only load specific files.
We all know that auction.pl is the first file a viewer hits. Auction.pl immediately calls config.pl which contains my Javascripts and config.pl calls dispcat.pl which also contains my Javascripts.
If a browser is not IE7, then I would like to be able to call config1.pl and dispcat9.pl which would be a Javascript free version of my site.
Any Ideas or thoughts?
Moneysav