-
Detecting java
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
-
Re: Detecting java
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