Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

portal: How to access a parameter passed to a dynamic page

Status
Not open for further replies.

itbnorris

MIS
May 12, 2003
45
US
I am passing a parameter to a dynamic page. This parameter is needed to create a link. All but the end of the link is hardcoded, only the last part needs to be dynamic (needs to be the parameter). I know how to do this in ASP, but haven't got a clue how in this.

Basically I've got:

<a href=&quot; link</a>

How do you get PARAMETER to be the parameter I am passing?
 
OK... figured this out too.

This is how I wrote my parameter to my html...


<oracle>
begin
htp.p:)param_name);
end;
</oracle>

To creat my link I just concatenated the link html with :param_name in the htp.p(). Its not a neat as asp, but I guess it works.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top