C
Cenc
How do I detect the Windows version.
I'm interested in detecting Windows Vista
to see if any visits my site.
I'm interested in detecting Windows Vista
to see if any visits my site.
How do I detect the Windows version.
I'm interested in detecting Windows Vista
to see if any visits my site.
It should be:
if (navigator.userAgent.indexOf("windows NT 6.0") > -1) {
}
Any better?
Browsers lie all of the time. Don't use this information as the
truth.
Read the first two paragraphs, and then click the link, if you really
want to continue....
http://www.quirksmode.org/js/support.html
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.