[TYPO3] con

Gianluca Nigro info at gianlucanigro.com
Wed Apr 2 15:56:06 CEST 2008


2008/4/2, Nader Emami <n.emami at gmail.com>:
>
> Hello,
>
> I have a simple question. For a page (content) I have an "applet" :
>
> <html>
> <body>
> <h2>This will be an applet! </h2>
> <APPLET CODE="fileadmin/scripts/Mandelbrot.class" WIDTH=200 HEIGHT=100>
> <PARAM NAME=TEXT VALUE="An Applet">
> <P>Hi There<P>
> </APPLET>
> </body>
> </html>
>
> If I view this page, I can see the text and and the box of the "applet",
> but not the "applet" self. I have chosen the "HTML" type for this
> content. Have I missed something? Maybe there is another alternative to
> take an "applet" in a HTML file.
>

Hi,

you have to strip <html><body> and </body></html> because your code is
inserted in a html page generated by typo... please check also the path to
the applet in the code generated by typo... probbably you have to make some
change in CODE="..." to reflect the correct path to the applet.... it
depends on your template

HTH

Gianluca


More information about the TYPO3-english mailing list