Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q286 In Netscape Navigator you can detect if Java is enabled with navigator.javaEnabled how can you do this in Internet Explorer?

irt.org | Knowledge Base | JavaScript | Java | Q286 [ previous next ]

Q286 In Netscape Navigator you can detect if Java is enabled with navigator.javaEnabled how can you do this in Internet Explorer?

Try this:

<APPLET CODE="whatever" WIDTH="400" HEIGHT="100">

<TABLE BORDER="0" CELLSPACING="4" WIDTH="450" HEIGHT="100" BGCOLOR="#FFFFCC">
<TR><TD CLASS="center">Sorry no Java support</TR>
</TABLE>

<SCRIPT LANGUAGE="JavaScript"><!--
alert('Sorry no Java support');
//--></SCRIPT>

</APPLET>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.