aspose file tools
The moose likes Servlets and the fly likes Checking Browsers... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Checking Browsers..." Watch "Checking Browsers..." New topic
Author

Checking Browsers...

Scott Batchelor
Greenhorn

Joined: Jul 07, 2003
Posts: 11
Could someone give me an example of how I would check for a...lets say IE browser in a servlet.
I am new here and pretty new to Java so any help is greatly appreciated.
SB
William Brogden
Author and all-around good cowpoke
Rancher

Joined: Mar 22, 2000
Posts: 12271
    
    1
As I recall, thats the "User-Agent" header that you can get from the request with
getHeader("User-Agent");
Bill


Java Resources at www.wbrogden.com
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Checking Browsers...
 
Similar Threads
About fred rosenberger
Question about "Getting in Touch with your Inner Class "
Australia Next
New java programmer
JComboBox Selected Object not visible