InterviewSolution
Saved Bookmarks
| 1. |
How To Detect The Operating System On The Client Machine? |
|
Answer» In ORDER to detect the operating system on the client MACHINE, the navigator.appVersion STRING (PROPERTY) should be used. In order to detect the operating system on the client machine, the navigator.appVersion string (property) should be used. |
|