Click to See Complete Forum and Search --> : Detecting java


Jim
July 30th, 1999, 02:49 PM
I am trying to find out how to detect if a visitors browser is java enabled and redirect them to a page with a java code if it is.
I have found a lot of javascript codes that can detect the browser, but nothing about how to detect if the user has java enabled.
Is there a simple way to do this? Or a not so simple way if you can point me in that direction.

Any help greatly appreciated.
Jim

Real Gagnon
July 31st, 1999, 05:26 PM
Simple HTML can do the job nicely.


<HTML><HEAD></HEAD><BODY>
<APPLET CODE="MyApplet.class"
NAME="myApplet"
HEIGHT=400 WIDTH=400>
<A HREF="nojava.html">
Oups! You don't have JAVA enabled, click here.
</A>
</APPLET>
</BODY></HTML>







---
Real Gagnon
Java Javascript and PowerBuilder How-to
http://www.tactika.com/realhome