Accessing Joust Properties and Methods
The BrowserInfo Object
Properties
- parent.theBrowser.code
- This property contains either "NS", "MSIE", "OP", "WebTV" or "Unknown", depending on the browser ("OP" is for Opera).
- parent.theBrowser.version
- This property contains the version of the user's browser.
- parent.theBrowser.platform
- This property contains a code for the type of computer the user has. Possible values are "Win" for Windows, "Mac" for Macintosh, "OS/2" for an OS/2 PC and "UNIX" for a UNIX machine.
- parent.theBrowser.code
- This property contains true or false, indicating whether or not the browser supports DHTML. If you want to suppress Joust's DHTML support you can set this property to false. If you change the value of this property at any time after the outline has been drawn you must immediately reload the menu frame.