Re: PL SQL Web Development

From: Finn Ellebaek Nielsen <_remove_fen_remove__at_changegroup.dk>
Date: Thu, 20 Mar 2003 11:57:21 +0100
Message-ID: <3e799e90$0$24668$edfadb0f_at_dread14.news.tele.dk>


Hi Tammy.

You should seriously consider using PL/SQL Server Pages instead of hard-coding your HTML in a stored procedure (PL/SQL Servlet) where you cannot visually design your pages. Please refer to our OracleWorld 2002 Copenhagen presentation PL/SQL Web Application Development, downloable from http://www.changegroup.biz/en/events_archive.psp?event=OracleWorld2002CPH.

HTH. Finn Ellebaek

--
---------------------------------------------------------------------------
 Finn Ellebaek Nielsen                           ChangeGroup ApS
 Product Manager, Principal Consultant, Partner  Kronprinsessegade 54, 4.
 E-mail: finn.ellebaek.nielsen_at_changegroup.dk    DK-1306  Koebenhavn K
 Mobile: +45 20 32 49 25                         Denmark
 Phone:  +45 33 32 77 78                         http://www.changegroup.dk
---------------------------------------------------------------------------
                      "Where do you want to GPF today?"

"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 Thu Mar 20 2003 - 11:57:21 CET

Original text of this message