Re: Frames in Oracle WebServer 2.0

From: nix <nix_at_gate.net>
Date: 1996/11/04
Message-ID: <327E030D.497B_at_gate.net>#1/1


htp.title('Schedule');
htp.frameSetOpen('77%,*',cattributes=>'frameborder="0" framespacing="0"');

   htp.frame('schedule','schedule',cnoresize=>'noresize');    htp.frameSetOpen(ccols=>'75%,*',cattributes=>'frameborder="0"

framespacing="0"');
      htp.frame('key', cnoresize=>'noresize');
      htp.frame('contact', cscrolling=>'no',cnoresize=>'noresize');
   htp.frameSetClose;
htp.frameSetClose;
htp.noFramesOpen;

   htp.p('Oops! You''re not using a browser that supports frames. Sorry!');
htp.noFramesClose;

generates:

<TITLE>Schedule</TITLE>
<FRAMESET ROWS="77%,*" frameborder="0" framespacing="0">
<FRAME SRC="schedule" NAME="schedule" NORESIZE>
<FRAMESET COLS="75%,*" frameborder="0" framespacing="0">
<FRAME SRC="key" NORESIZE>
<FRAME SRC="contact" SCROLLING="no" NORESIZE>
</FRAMESET>
</FRAMESET>
<NOFRAMES>

Oops! You're not using a browser that supports frames. Sorry! </NOFRAMES>

NOTE that each frame source can be a database (OWA) procedure.

Richard Phipps wrote:
>
> Does anyone know how to implement FRAMES using the PL/SQL procedures
> supplied with WebServer 2.0 (NT). An example would be most helpful.
>
> Thanks in advance
>
> Rich
>
> --
> >> Richard Phipps <<
> mailto:richard.phipps_at_chbs.mhs.ciba.com
> Ciba-Geigy _ R-1045.4.04 _ Tel:(+41) 61 69 78680
> "Computers make very fast, very accurate mistakes"
> Views expressed are my own and NOT those of Ciba
 

-- 
robert
The statements and opinions expressed here
are my own and do not necessarily represent
those of my employer.
Received on Mon Nov 04 1996 - 00:00:00 CET

Original text of this message