Skip to Content






Browser based (Subscribe)

Links

Browser Sniffer

http://www.perlscriptsjavascripts.com/js/browser_sniffer.html

7 out of 10 stars (1 vote)

Browser detection made easy. The scripts below will detect Internet Explorer 4 and 5, Netscape 4 and 6 pre version 4 browsers and the Macintosh Platform, using the document's objects. Because Opera users can set their browser to be identified as Internet Explorer, Netscape or Opera, this script reads the UserAgent object and looks for the string "Opera". If the string "Opera" is not found in the UserAgent object, a negative one (-1) is returned. If the string is found, the character position of the string is returned. i.e. a number greater than or equal to zero (0), as zero is the position of the first character.
Price: Freeware

Review It Rate It Bookmark It

StyleSheet Loader

http://www.perlscriptsjavascripts.com/js/extcss.html

This javascript will read which browser is calling the external style sheet, and point the browser to css file specified. If want to use one CSS external stylesheet for IE and one for NS, this script can detect the browser and link to the correct CSS file.
Price: Freeware

Review It Rate It Bookmark It