Re: Odp: WebDB Dynamic Page question

From: Marcos Leija <marcos.leija_at_cas-mddc.com>
Date: 2000/07/06
Message-ID: <3964E720.5E4B18E_at_cas-mddc.com>#1/1


Are you saying to make a proceedure that will htp.p() the information that was in catbody.htm and dogbody.htm?
I don't want to do that, I am avoiding that route because the document's url comes from a table. I couldn't possibly recreate hundreds of web pages into proceedures.
Is there an "include file" or "include virtual" command in PL/SQL? ...just like SSI's include command.
Marcos

Daniel Lisiecki wrote:

> Try write a PL/SQL procedure, that creates staticly (or dynamicly)
> catbody.htm and dogbody.htm. When You need it just call the procedure! About
> writnig such procedures I wrote an article about 2 weeks ago.
> --
> ------------------------
> Daniel Lisiecki
> lis9_at_kki.net.pl
> lisu_at_nr134.mikronika.com.pl
> ------------------------
> U¿ytkownik Marcos Leija <marcos.leija_at_cas-mddc.com> w wiadomooci do grup
> dyskusyjnych napisa³:39634C96.4A15C10B_at_cas-mddc.com...
> > How do you insert hypertext of another web page?
> >
> > <HTML>
> > <HEAD>
> > <TITLE>Example</TITLE>
> > </HEAD>
> > <BODY>
> > <H1>Example of A Dynamic Page</H1>
> > <ORACLE>
> > if myCondition = 'cat' then
> > insert catbody.htm
> > elseif myCondition = 'dog' then
> > insert dogbody.htm
> > else
> > insert default.htm
> > end if
> > </ORACLE>
> > </BODY>
> > </HTML>
> >
> > thanks in advance,
> > Marcos
> >
> >
> >
Received on Thu Jul 06 2000 - 00:00:00 CEST

Original text of this message