Hi all
Simple question.
I wish to evaluate whether JAVA is enabled in all JAVA capable browsers.
I do this by using JS thus:
var applet = document.applet // applet been the id of the applet.
if(applet == null)
{
do something here
}
This works fine for IE and FF but alas Opera doesn't want to play.
I know it is something to do with the document statement but I can find out what.
How do I get this to work in Opera.
All helpful help is welcome and much appreciated.
TIA
Regards
Mick
<a href="<a href="<a href="<a href="
Simple question.
I wish to evaluate whether JAVA is enabled in all JAVA capable browsers.
I do this by using JS thus:
var applet = document.applet // applet been the id of the applet.
if(applet == null)
{
do something here
}
This works fine for IE and FF but alas Opera doesn't want to play.
I know it is something to do with the document statement but I can find out what.
How do I get this to work in Opera.
All helpful help is welcome and much appreciated.
TIA
Regards
Mick
<a href="<a href="<a href="<a href="