Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Re: WebDb 2.2 Dynamic html pages parameters question
The book Oracle WebDb Bible by Greenwald says explicitly that there is
no way to do this. There is a nasty hack using Javascript on the client
as a workaround on their website
http://moxie.webdb_bible.com/owb/owb.home (which seems to be down
today).
mire wrote:
>
> 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 - 15:44:31 CST
![]() |
![]() |