In JavaScript, you can get them with navigator.userAgent, but what
about in Java?
Arne Vajhøj - 19 Mar 2007 20:27 GMT
> In JavaScript, you can get them with navigator.userAgent, but what
> about in Java?
Server side Java (JSP/Servlet) or client side Java (applet) ?
Arne
yawnmoth - 19 Mar 2007 22:03 GMT
> yawnmothwrote:
> > In JavaScript, you can get them with navigator.userAgent, but what
> > about in Java?
>
> Server side Java (JSP/Servlet) or client side Java (applet) ?
Applet.
Arne Vajhøj - 19 Mar 2007 22:44 GMT
>> yawnmothwrote:
>>> In JavaScript, you can get them with navigator.userAgent, but what
>>> about in Java?
>> Server side Java (JSP/Servlet) or client side Java (applet) ?
> Applet.
I think you need to have your applet call some JavaScript
code to get it.
Arne
Andrew Thompson - 19 Mar 2007 22:59 GMT
> In JavaScript, you can get them with navigator.userAgent, but what
> about in Java?
'Sure'*. Why? What does this ability
bring to the end user?
* Arne outlined the most direct method, there
are also other ways to determine which browser
an applet is running in, without JS support.
Andrew T.