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

Home -> Community -> Usenet -> c.d.o.tools -> WebDb 2.2 Dynamic html pages parameters question

WebDb 2.2 Dynamic html pages parameters question

From: mire <mmiroslavREMOVE-THIS_at_hotmail.com>
Date: Mon, 6 Nov 2000 14:52:45 +0100
Message-ID: <8u6cuq$2ta$1@neptun.beotel.net>

You probably know that using <ORACLE> here goes pl/sql code</ORACLE> tags you can embed pl/sql code into html page.

Is there a way to pass parameters to these dynamic pages to reference those parameters in pl/sql code and then take some action ?

For example, I'd like to get parameters ragarding name of a person and take all the products he bought. The code is like 'SELECT * from products where name=parName'
where parName is the value of the name parameter passed to dynamic html page.

Can this be done ? Received on Mon Nov 06 2000 - 07:52:45 CST

Original text of this message

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