Re: PL SQL Web Development

From: Vladimir M. Zakharychev <bob_at_dpsp-yes.com>
Date: Wed, 26 Feb 2003 16:47:08 +0300
Message-ID: <b3igi3$qk$1_at_babylon.agtel.net>


Try PSP instead, it's way simpler than HTP/HTF coding. You can design your pages in any HTML editor of your choice, then add some PL/SQL inside the SP tags (<% %>) and LOADPSP your resulting file into Oracle. LOADPSP will process your file and convert all static HTML to HTP/HTF calls while keeping your PL/SQL intact. Not to mention that with Dynamic PSP you can do this even easier. :)

--
Vladimir Zakharychev (bob_at_dpsp-yes.com)                http://www.dpsp-yes.com
Dynamic PSP(tm) - the first true RAD toolkit for Oracle-based internet applications.
All opinions are mine and do not necessarily go in line with those of my employer.


"Tammy" <spookitten_at_comcast.net> wrote in message
news:e1df4973.0302260358.1c03da09_at_posting.google.com...

> 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 - 14:47:08 CET

Original text of this message