Specifically, I am trying to detect Windows XP users as they are not compatible with my software.
Is there a way to detect with at least 70% or higher accuracy?
Specifically, I am trying to detect Windows XP users as they are not compatible with my software.
Is there a way to detect with at least 70% or higher accuracy?
It appears that you can use the navigator
host object:
var os = navigator.platform
See here for more info: http://www.jguru.com/faq/view.jsp?EID=1100686