Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: passing a variable to htp.anchor

Re: passing a variable to htp.anchor

From: Terje Sannum <ts_at_nextel.no>
Date: 1998/03/07
Message-ID: <w0yaympaw6.fsf@terje.nextel.no>#1/1

senthil_at_alpha.fdu.edu writes:

> I want to pass a variable to an htp.anchor in web application server using
> pl/sql cartridges.For eg i have a variable test.name in a pl/sql procedure and
> i want it in the way http://www.xyz.com/?<value of test.name> lets say if
> test.name = mrx then it should print http://www.xyz.com/?mrx
> Any help appreciated

htp.anchor('http://www.xyz.com/?' || test.name, 'linktext');

-- 
\\\\ Terje Sannum <ts_at_nextel.no>
//// Now playing: Sheep On Drugs / Greatest Hits
Received on Sat Mar 07 1998 - 00:00:00 CST

Original text of this message

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