Chris,
The following code from www.javasoft.com places an applet on page.
Notice the height and width are defined in the applet tag. Their is not
javascript involved.
<APPLET CODEBASE="http://192.18.97.80/javanews/classes" CODE="News"
WIDTH="200" HEIGHT="140" ARCHIVE="news.jar,news.zip"> </APPLET>
Jetspeed does not know the size of a portlet, it is the browsers job to
determine the size based on the size of the content displayed.
Paul Spencer
Chris Knight wrote:
>
> Does anyone have some code (I'm assuming client-side Javascript) that can
> define an Applet tag with a width/height (well, width, mostly) based on the
> size of the Portlet-containing table? I can probably figure it out but I am
> asking in case this has been done by someone already...
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]