0 votes
in JavaScript by
How To Detect The Operating System On The Client Machine?

1 Answer

0 votes
by

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

...