How can I find the OS name and OS version using JavaScript?
Use detectOS.js:
var Detect = { init: function () { this.OS = this.searchString(this.dataOS); }, searchString: function (data) { for (var i=0;i