Showing posts with label detect operating system. Show all posts
Showing posts with label detect operating system. Show all posts

Sunday, July 3, 2011

Detect Client Operating System using javascript

Add this javascript code snippet:

<script>

alert(window.navigator.appVersion);

</script>