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 -> HELP - OAS 4.0/ Frames Problem

HELP - OAS 4.0/ Frames Problem

From: Ed Stemmler <estemmle_at_sas.upenn.edu>
Date: 2000/04/13
Message-ID: <38F60BBE.288C5A41@sas.upenn.edu>#1/1

Hi, I'm using the following code to call a parameter based PL/SQL procedure into a frame. The first frame calls procedure menu_construct, but apparently does not recognize the parameter "v_menutype" and fails. The second frame which calls splash, a non-parameter procedure, does load.

Any Ideas? Ed Stemmler

htp.framesetOpen('120,*',null,'frameborder="0",framespacing="0",border="0"');

htp.frame('menu_construct(v_menutype)','menu',0,0,'auto','noresize');

        htp.frame('splash','view',0,0,'auto','noresize'); Received on Thu Apr 13 2000 - 00:00:00 CDT

Original text of this message

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