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: pl/sql & html select list

Re: pl/sql & html select list

From: Frank <fvanbortel_at_netscape.net>
Date: Fri, 14 Feb 2003 21:16:39 +0100
Message-ID: <3E4D4EA7.5010903@netscape.net>


tony wrote:
> Hi. This is probably more of a html question than Oracle, but here it
> is...
>
> I want to build a select list which displays the description field for
> records from a table but selects the code field.
>
> Is there an alt option or something like it that says "display the
> description field but return a different field"? Here's what I have
> now:
>
> htp.print ('<SELECT name=newdesc>');
> FOR loop_rec in get_desc_C LOOP
> htp.formSelectOption(cvalue=>loop_rec.stvsbgi_desc);
> END LOOP;
> htp.print ('</SELECT>');
>
> thanks for reading,
> tony

Like:

   <td>

      <a href="/pls/demo/">Homepage</a>
   </td>
?

-- 
Regards, Frank van Bortel
Received on Fri Feb 14 2003 - 14:16:39 CST

Original text of this message

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