Tagged Questions
0
votes
1answer
1k views
Navigator.userAgent.match - specific handset identification
I'm recognising when a user is using certain phones using navigator.userAgent.match but with Android there are many tablets/phones/set-top boxes. So I've got
...
1
vote
3answers
85 views
Element does not update contents
Following is the JavaScript code to reveal the Browser details. Its showing no output. Please let me know where I am doing wrong.
<html>
<head>
<title></title>
...
2
votes
3answers
3k views
Why does IE 8 navigator.userAgent return MSIE 7.0?
I am trying to implement a browser support feature on my webpage. For Firefox 3.6 it is working fine, but for some reason IE 8's userAgent is returning a wrong value.
Here is the scenario, when I run ...