View Single Post
  #2 (permalink)  
Old 04-08-2008, 02:31 PM
DonCash's Avatar
DonCash DonCash is offline
Moderator
 
Join Date: Aug 2007
Location: London, UK
Posts: 239
DonCash will become famous soon enoughDonCash will become famous soon enough
Hey Waleed,

Welcome to the Java Forums.

In older versions of Java you used to be able to use:

Code:
Systems.getProperty("browser"); Systems.getProperty("browser.version"); Systems.getProperty("browser.vendor");
But in the new versions of Java, this has been removed for security reasons.

Because of this I am no longer sure how to get the browser information you require. I will have a look around and see what I can find...
__________________
Did this post help you? Please
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
me!

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote