[Zope] Applet does not work
CURTIS David
David.Curtis@state.or.us
23 May 2001 12:49:12 -0700
Hi,
I was wondering if Zope supports Java Applets. I recently added some code to a dhtml method that calls a function called simple.class. I was unable to get the applet to work. Can Zope support Applets?
Here is the code that I tried to use.
<center><b><table border="10-10"><td>
<applet code="Lake.class" id="Lake" width="320" height="350">
<param name="image" value="fantasy.jpg">
<param name="overlay" value>
<param name="href" value>
</applet></b></td></table></center>
Cheers,
DC