Applet code in Pages
-
It does seem possible to place applets within a Page, but it seems to break if using complex applets with many PARAM statements. Example is a java clock I was using to show date and time where each my my family lives. If I paste this into the Pages editor. I end up with (see below)
<APPLET CODE=”tz.class” WIDTH=”81″ HEIGHT=”115″>
<PARAM NAME=”tz” VALUE=”CST”>
<PARAM NAME=”country” VALUE=”GB”>
<PARAM NAME=”language” VALUE=”en”>
<PARAM NAME=”color” VALUE=”0000ff”>
<PARAM NAME=”textcolor” VALUE=”000000″>
<PARAM NAME=”bgcolor” VALUE=”fbfbff”>
<PARAM NAME=”daycolor” VALUE=”fff030″>
<PARAM NAME=”nightcolor” VALUE=”6040a0″>
<PARAM NAME=”seconds” VALUE=”off”>
Your browser is not configured to show
Java applets. This would show a clock with
the US Central Time.
</APPLET>Gets truncated to:
<param value=”2143″ name=”_cx” />
<param value=”3043″ name=”_cy” />
Suggestions?
- The topic ‘Applet code in Pages’ is closed to new replies.