PL SQL Web Development

From: Tammy <spookitten_at_comcast.net>
Date: 26 Feb 2003 03:58:38 -0800
Message-ID: <e1df4973.0302260358.1c03da09_at_posting.google.com>



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

I created a table and can do one of two things: I can stuff an image in the table definition or
I can stuff a link to another procedure.

What I'm trying to do is something like this:

<td><a href="myproc"><img src="myimg"></a></td> but I want to do it using the Pl SQL syntax.

Any help will be greatly appreciate and will keep my hair on my head instead of in the trash from pulling it out .... :) Received on Wed Feb 26 2003 - 12:58:38 CET

Original text of this message