How can I detect if my web application is running on Window XP or Windows 7 using JavaScript?
Any help / sample code would be appreciated.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Information about browser and OS are contained in the
navigatorobject.Just try in the two OS (win7 and winXP) a
and look at the differences btw the strings in the alert popup.
With a little parsing of such string you will be able to retrieve all info you need.