Framed Pages |
There are four classes unique to building framed pages.
os_framed_page
-If you want to include a frame on a Web page, you must declare the page
using os_framed_page
. Every os_framed_page contains exactly one os_frameset
.os_frameset
-Partitions a single view area into multiple view
areas, organized as either rows or columns. You
can specify the space allocated to a view area in a frameset in one of the
following ways. Different size specification methods can be used within the
same frameset. A partitioned area within an os_framset
can contain another os_frameset or os_frame
.
os_frame
-Specifies the URL to display in the partition.os_noframes
-Declares content within a frameset for browsers
that do not support frames. This class is useful for specifying alternative
content for viewers using browsers that do not support frames.
Copyright©1994-2026 Recursion
Software LLC
All Rights Reserved - For use by licensed users only.