Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Creating a dynamic applet with in PL/SQL?
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 :)
It sounds like your problem is just locating the .class files?
Then look at the 'CODEBASE' paramter for applets.
See:
http://www.w3.org/TR/REC-html32.html#applet
ie. <APPLET CODEBASE="url of your code dir" CODE="main applet class">
-- ****====---- Brian Ewins. Fax: (44) 141 220 6100 Tel: (44) 141 220 6121 "It's time we face reality, my friends... We're not exactly rocket scientists." --Gary Larson ----====****Received on Thu Jul 31 1997 - 00:00:00 CDT
![]() |
![]() |