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 -> Re: WebDb 2.2 Dynamic html pages parameters question

Re: WebDb 2.2 Dynamic html pages parameters question

From: Alan Wilson <wilsona_at_clinton.k12.il.us>
Date: Mon, 06 Nov 2000 15:44:31 -0600
Message-ID: <3A07263F.C429443@clinton.k12.il.us>

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

Original text of this message

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