Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: Creating a dynamic applet with in PL/SQL?

Re: Creating a dynamic applet with in PL/SQL?

From: Mark Madsen <mark.madsen_at_tswi.com>
Date: 1997/07/22
Message-ID: <33D51C92.9238590E@tswi.com>#1/1

Tim Frangioso wrote:

> Creating a dynamic applet with in PL/SQL?
>
> Hi,
> I am having a problem with giving an applet dynamic
> parameters. What I
> am trying to do is create dynamic html files that call the applet with
>
> different parmameters. The problem that I have it that when the
> brower
> looks for the classes that the applet uses it tries to look to the
> server dir where the applet came from. Because I have made the file
> on
> the fly it comes from Oracle not from a dir. I don't know how to
> solve
> this probelm without having to write out the files directly form
> PL/SQL.
> If you can help it would be a great help.
>
> TIM :)
Tim,

Try using the CODEBASE parameter in the applet tag to instruct the browser where to retreive additional classes.

Mark Madsen
mark.madsen_at_tswi.com Received on Tue Jul 22 1997 - 00:00:00 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US