Odp: WebDB Dynamic Page question

From: Daniel Lisiecki <lisu_at_nr134.mikronika.com.pl>
Date: 2000/07/06
Message-ID: <6%V85.21433$Qw1.523415_at_news.tpnet.pl>#1/1


[Quoted] 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
[Quoted] 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