Frank Vielma's Blog Programming, science, engineering, and more…
Getting user agent from javascript
Posted on {18-Feb-2011} No commentsWe can get the user agent as following:1 2 3
<script type="text/javascript"> alert(navigator.userAgent); </script>

