Frameset tags are included here largely for informational purposes because a frameset is a Domino design object. These are the tags used to split the browser window into frames , displaying different pages in each frame.
Type: Container
Syntax:
Description: Creates a frameset. Framesets can be defined by rows ( ROWS ) or by columns ( COLS ), but not by both. ROWS and COLS can be specified in pixels or percents.
Type: Standalone
Syntax:
Description: Used with to create a frame with content.
</tt> </h4> <p> Type: Container </p> <p> Syntax: </p> <pre> <IFRAME src="document url" NAME="name" FRAMEBORDER="01" WIDTH="value" HEIGHT="value" MARGINWIDTH="pixels" MARGINHEIGHT="pixels" NORESIZE SCROLLING="YES NO AUTO"> alternate text or image
Description: Produces a frame that floats on the page. Width and height can be specified in pixels or percentages.
Type: Container
Syntax:
content
Description: Used as an alternative for browsers that cannot display frames. The content between the beginning and ending tags frequently is a URL pointing to an alternate site.
Part I. Introduction to Release 6
Whats New in Release 6?
The Release 6 Object Store
The Integrated Development Environment
Part II. Foundations of Application Design
Forms Design
Advanced Form Design
Designing Views
Using Shared Resources in Domino Applications
Using the Page Designer
Creating Outlines
Adding Framesets to Domino Applications
Automating Your Application with Agents
Part III. Programming Domino Applications
Using the Formula Language
Real-World Examples Using the Formula Language
Writing LotusScript for Domino Applications
Real-World LotusScript Examples
Writing JavaScript for Domino Applications
Real-World JavaScript Examples
Writing Java for Domino Applications
Real-World Java Examples
Enhancing Domino Applications for the Web
Part IV. Advanced Design Topics
Accessing Data with XML
Accessing Data with DECS and DCRs
Security and Domino Applications
Creating Workflow Applications
Analyzing Domino Applications
Part V. Appendices
Appendix A. HTML Reference
Appendix B. Domino URL Reference