Page 1 of 1

Detecting Java Support

Posted: Fri Mar 04, 2005 3:33 am
by mdl
Hello... :?

I have some problems with a page that I am working on... Sadly one of the menus on the page is a java applet, and some computers does not have (or more comonly, turned off) support for java appletts.

My question is then, is there any way (by php or other ways) detecting if or if not java support is enabled, so I can check and use PHP to alter the page to replace the applet function when browsers does not support it???

Thanks for any suggestions

//Daniel

Posted: Fri Mar 04, 2005 4:47 am
by anjanesh
<NOOBJECT></NOOBJECT> is not available in W3C but somehow its widely used to make alternatives for flash stuff.

Code: Select all

<OBJECT>
...
</OBJECT>

<NOOBJECT>
     Alternate content
</NOOBJECT>