Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> WebDb 2.2 Dynamic html pages parameters question
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
![]() |
![]() |