|
Question:
How to detect browser type and version in JSP or ServletHow can I detect the browser type and version in JSP file or Servlet? I'm mostly interested in FireFox and Internet Explorer versions.
When you request from FireFox above statement will result in: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.3) Gecko/20070309 Firefox/2.0.0.3 Then you can parse and extract info you need. Vote:
Please vote! Your opinion matters!
If you haven't found what you've looking for, post a question
|
|