I use a number of different browsers and it would be nice
to have the skin I use be determined by the browser I am
connecting with. Has anybody come up with a solution to this
problem other than manually changing the skin? I was thinking of something like:
#if % BROWSER% matches IE
* #Set SKIN = TigerSkin
#endif
#if % BROWSER% matches mozilla
* #Set SKIN = default
#endif
#if % SKIN% matches "^$"
* #Set SKIN = default
#endif
--
JohnRouillard - 04 Dec 2001