> I have the following situation: a browser communicate with a servlet. Is
> there a way to query the browser by the servlet, whether the browser
> allows applet?
Sure, have a page (e.g. applettest.jsp) with an applet that
redirects to appletsyes.jsp, but has a meta-refresh tag that sends
the user to 'appletsno.jsp' after a few seconds.
HTH

Signature
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
Daniel Tahin - 20 May 2005 08:49 GMT
Hi,
Thanx for the hint. I have found an other solution. In the <applet> -tag
there is a word "ALT" --> this is for alternate text.
And before </APPLET> i can specify any alternate html code...
Andrew Thompson schrieb:
>>I have the following situation: a browser communicate with a servlet. Is
>>there a way to query the browser by the servlet, whether the browser
[quoted text clipped - 5 lines]
>
> HTH