|
|
Q899 How can I find out the Operating System of the client?
irt.org | Knowledge Base | JavaScript | Misc | Q899 [ previous next ] Q899 How can I find out the Operating System of the client?Its within the navigator objects userAgent property:
To get it you'll have to parse the field for certain values. The "Ultimate JavaScript Client Sniffer" at http://developer.netscape.com/docs/examples/javascript/browser_type.html will show you how to detect for all platforms. |
-- div -->
|