[ic] applet installation

Jonathan Clark interchange-users@icdevgroup.org
Tue Jan 14 15:10:01 2003


> I need help inserting a Java Applet onto a picture in IC.
> Anyone know how this might work?  We've tried several ways and
> nothing works.  All I get is a gray patch where my picture is
> supposed to be.

Usually this happens when the browser can't find the java applet. And
usually this is because you told it to look in the wrong place. Remember,
without specifying a location it will look in /cgi-bin/foundation or
whatever.

I suspect you need a:

<param name="filelocation" value="/path/to/applet">

in your applet definition.

Jonathan
www.webmaint.net