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: HTML tags in PL/SQL

Re: HTML tags in PL/SQL

From: OOIGUI-Airplanes For Sale <ooigui_at_ooigui.com>
Date: 1998/04/30
Message-ID: <6ibeq3$j2f$1@excalibur.flash.net>#1/1

I find using htp.p is the fastest and easiest to maintain.

example:

create or replace procedure abc as
begin

    htp.p ('The following word is <b>bold</b>, the next is <i>italics</i>'); end;

Erbug Celebi wrote in message <3548ADD9.6DC2E0AA_at_cs.deu.edu.tr>...
>Hi,
>
>Im using PL/SQL to generate html pages on Oracle Web Server3.0.
>Im donig this by using htp procedures.
>My quetsion is how can I use HTML tags in PL/SQL?
>
> For example:
> htp.htmlOpen;
> htp.headOpen;
> ....
> ....
> < --any HTML tag>
> htp.htmlClose;
>
>Thanks in advance...
>please send answers to celebi_at_novell.cs.deu.edu.tr
>Erbug.
>
Received on Thu Apr 30 1998 - 00:00:00 CDT

Original text of this message

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