Re: PL SQL Web Development

From: Andy Hardy <newsnov01_at_ahardy.demon.co.uk>
Date: Wed, 26 Feb 2003 19:50:59 +0000
Message-ID: <gsukf0BjqRX+EwvZ_at_ahardy.demon.co.uk>


In message <e1df4973.0302260358.1c03da09_at_posting.google.com> , Tammy <spookitten_at_comcast.net> writes
>I'm new to the concept of developing web pages in stored procedures.
>I've managed to grasp the htp.(pick your tag) and the htf.(again pick
>your tag).
>I understand you can't have nested htp.xx(htp.xx) and that it has to
>be htp.xx(htf.xx) but what I haven't discovered is if you can nest two
>htf.xx within an htp.xx

htp are 'p'rocedures, placing html tags, etc. into the http buffer.

htf are 'f'unctions, returning varchars containing html tags.

Therefore, it is perfectly normal to combine htf with both htf and htp e.g.
htp.print(htf.bold(htf.italic('hello world'));

Andy

-- 
Andy Hardy. PGP ID: 0xA62A4849
Received on Wed Feb 26 2003 - 20:50:59 CET

Original text of this message