DEVFYI - Developer Resource - FYI

How to detect the operating system on the client machine?

JavaScript Interview Questions and Answers


(Continued from previous question...)

7. How to detect the operating system on the client machine?

In order to detect the operating system on the client machine, the navigator.appVersion
string (property) should be used.

(Continued on next question...)

Other Interview Questions