Hi

What you are looking for is the user agent switcher[1].

The only (...) way a server can decide, which browser is accessing a
page, is by reading out the $_SERVER["HTTP_USER_AGENT"] environment
variable. After some string-analysis, the server "knows" what he is
dealing with. This also is possible with Tedob1's suggestion, but maybe,
not as comfortable ?


Cheers



[1] http://chrispederick.com/work/firefo...agentswitcher/