How do I distinguish between Windows 2008 and Windows Vista using javascript?

Posted by David Reis on Stack Overflow See other posts from Stack Overflow or by David Reis
Published on 2010-05-20T20:57:59Z Indexed on 2010/05/20 21:00 UTC
Read the original article Hit count: 264

Filed under:
|

I need to detect the SO of the user in a web application (IE only). I am using the function BrowserDetect.OS from javascript, but it returns the same String ("Windows Vista") when called from Windows 2008 and Windows Vista, and I cannot distinguish the user SO. Is there a way to detect this difference?

http://msdn.microsoft.com/en-us/library/ms537503%28VS.85%29.aspx

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about web-development