How can you detect the Client Operating System using Javascript?

 Posted by Ddd on 2/13/2011 | Category: JavaScript Interview questions | Views: 5695 | Points: 40
Answer:

just type this command in a .html file

<script>

alert(window.navigator.appVersion);
</script>


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response