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

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

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

From: Brian Ewins <Brian.Ewins_at_dont.spam.me>
Date: 1997/07/31
Message-ID: <33E0BD67.A82@dont.spam.me>#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 :)
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

Original text of this message

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