From: Susanne Grabe on
I would like to display different HTML content depending from the fact if
a browser (of the user who calls this web page) allows java applets or not.

If the user browser allows java then an applet should be shown - otherwise
other (non-java) content should be presented.

How can I detect this from HTML/javascript code?

Susanne