hello
i hope i can post here, as it is not javascript but java and i did not find a more appropriate forum, so please mods forgive me or replace this post in its proper place
i have on my website a java code that shows lunar phases, all pages are in two languages, so i have 2 versions of the java applet
the
english page uses tag applet and validates xhtml 1.0 transitional :
Code:
<applet code="LunarPhases.class" codebase="LunarPhases" width="400" height="160"> </applet>
the
french page uses tag object to validate xhtml 1.0 strict :
Code:
<object codebase="LunarPhases/" classid="java:LunarPhases.class" codetype="application/java-vm" width="400" height="160"></object>
trouble is, it does not work with explorer
as it validates and works with mozilla, i assume the call is correct, who knows the trick for explorer ?