jQuery in Action, 2nd edition
The moose likes Servlets and the fly likes Browser type Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Browser type" Watch "Browser type" New topic
Author

Browser type

Farouk Mohamed1
Ranch Hand

Joined: Jul 26, 2001
Posts: 113
Hi all
I would like to know how i can find out the browser which the client uses using jsp code. Please can you send me an example to find out whether he is using ASP or JSP
Quick response would be appreciated
Farouk
sanj singh
Ranch Hand

Joined: Jun 30, 2001
Posts: 129
Hi Farrouk
try
request.getHeader("User-Agent");
regards
sanj
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Browser type
 
Similar Threads
Data not insert.
How to find out cgi variables in java?
Can I use RequestDispatcher to open a new browser window
session timeout
How to detect browser disconnection?