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: Adolfo Andradre desde BCN <aandradreg_at_mx3.redestb.es>
Date: 1998/05/12
Message-ID: <35588012.A71743AB@mx3.redestb.es>#1/1

I think you need htp.p('TAGS as you want') or htp.print

Both send the text as is to HTML generated by the PL/SQL procedure.

Erbug Celebi wrote:

> 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 Tue May 12 1998 - 00:00:00 CDT

Original text of this message

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