Home

Wednesday, 19 June 2013

Tutorial on how to detect browser platform and operating system

Simple JavaScript code to find on which Operating System is the user browsing your web page The following script what I've written gets the information of the Operating System. This is achieved by writing JavaScript inside the HTML file & loading it via a Web Browser. What the browser does is that: It runs the HTML file and encounters a JavaScript...