Re: Javascript to pass parameters to PL/SQL

From: Mike Heisz <mheisz_at_rim.net>
Date: Fri, 6 Aug 1999 08:11:26 -0400
Message-ID: <newscache$o0m1gf$32m$1_at_njord.rim.net>


Try using this as the URL:
procedure_name?p1=p1val&p2=p2val
This will pass paramters p1 and p2 into procedure_name and load that page.

Mike

<howard_gluckman_at_my-deja.com> wrote in message news:7oc7lm$c3t$1_at_nnrp1.deja.com...
> Hi,
>
> I'm a newbie at using OAS & the PL/SQL cartridge, but I've had some
> early successes. Now, however, I'm stuck on this problem:
>
> I have a frameset with three frames: The top frame is a selection form,
> the left is a navigation frame, and the right is a content frame. So
> far, so good, and everything works. The problem is that I want a link
> in the content frame to open a new content page, and re-run the
> navigation frame so that it navigates to the appropriate link in that
> frame. I've seen javascript examples that show how to do this, but both
> of my procedures for populating the frames take parameters ( e.g.
> pkg.procedure?p1="p1val"&p2="p2val" ), and I haven't been able to find
> how to specify these parameters in a javascript location.href call.
>
> Any ideas?
>
> Thanks
>
> Howard Gluckman
> CSG Systems
>
>
> Sent via Deja.com http://www.deja.com/
> Share what you know. Learn what you don't.
Received on Fri Aug 06 1999 - 14:11:26 CEST

Original text of this message