Program : BrowserCheck Release Notes Last Updated : February 6, 1998 Developer : Spotted Antelope =============================================================== USAGE: Note: If the AGENT field is blank, HTTP.USER_AGENT variable will be used. On calling the tag, the folling variables are set: BC_BROWSER : The browser. (ex: Netscape) BC_VERSION : Version. (ex: 4.03) BC_OS : Operating System (ex: Windows95) BC_VERSION_PURE : Pure version string. (ex: 4.03Alpha-01) BC_JS10 : JavaScript 1.0 Support. BC_JS11 : JavaScript 1.1 Support. BC_JS12 : JavaScript 1.2 Support. Here is an example using the following USER_AGENT: Mozilla/4.03 [en] (Win95; I) Upon calling , the variables are set to: BC_BROWSER : Netscape BC_VERSION : 4.03 BC_OS : Windows95 BC_VERSION_PURE : 4.03 BC_JS10 : YES BC_JS11 : YES BC_JS12 : YES =============================================================== Notes: Microsoft Internet Explorer is translated as MSIE. Unknown browsers, and spiders, normally return the full USER_AGENT in BC_BROWSER. JavaScript 1.0 compatability is defined as as Netscape 2.0 or greater and MSIE 3.0 or greater. JavaScript 1.1 compatability (good to check for image object) is defined as Netscape 3.0 or MSIE 4.0 or greater. JavaScript 1.2 compatability is defined only as Netscape 4.0 or better. =============================================================== Contact Information: If you find any bugs or problems, please contact Raymond Camden, rc@spottedantelope.com