Jump to Real's How-to Main page

Detect if Java is enabled from HTML

For a Javascript solution, check this How-to
<HTML><HEAD></HEAD><BODY>
<APPLET CODE="MyApplet.class"
        NAME="myApplet"
        HEIGHT=400 WIDTH=400  ALT="Oups! You don't have JAVA enabled">
 <A HREF="nojava.html">Oups! You don't have JAVA enabled, click here.</A>
</APPLET>
</BODY></HTML>

If you find this article useful, consider making a small donation
to show your support for this Web site and its content.

Written and compiled by Réal Gagnon ©1998-2005
[ home ]