Unit 11.1. Frames

Frames and Framesets

HTML to create frames can be embedded in PL/SQL like any other type of HTML. Frames require multiple HTML documents. One document dictates the layout and contents of the overall frameset. The other documents are called by the frameset to serve as the source for each individual frame’s content. Similarly, to create a frameset using the Web Toolkit requires multiple PL/SQL procedures: one that creates the HTML frameset document, and additional procedures that populate each frame.

HTML Frameset

What links multiple frames together is the frameset document. As described in Chapter 6, “Advanced HTML: Forms, Nested Tables, and Nested Frames,” the frameset document divides the screen into frames, and identifies ...

Get Oracle® Web Application Programming for PL/SQL® Developers now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.