You could always document.write() the <SCRIPT..> and <STYLE..> tags depending on the browser sniffer result... Chris Blessing webguy at mail.rit.edu http://www.330i.net > -----Original Message----- > From: thelist-admin at lists.evolt.org > [mailto:thelist-admin at lists.evolt.org]On Behalf Of Bill Bejeck > Sent: Wednesday, January 23, 2002 2:30 PM > To: thelist at lists.evolt.org > Subject: [thelist] Browser Sniffing > > > Hi, > > On my web site, I use "browser sniffing" code (in JavaScript) to direct > users depending on browser type and version. Instead of > redirection, I would > like to download the appropriate JS and CSS files after detecting the > browser version and type, and keep the user at the main index > page. If this > possible can anyone suggest where I could find some hints as to > how to write > the code? > > Thanks, > Bill