Browser Specific Write:
GetBrowser() detects the browser without using any components. It detects Mac and Windows IE and Netscape. Simply include the file and call the GetBrowser() method.
Parameters:
- BrwVer string: The browser's version in a string, like "4.7"
- BrwName string: The browser's name. Will Return "IE" or "Netscape"
- BrwPlatform string: The OS platform of the client. Will Return "Mac" or "Win"
Click here to test this script.
Code: