Frames
The frames are seldom useful, and should be avoided if possible.
[FRAMES_DEF] begins a frame setup with special settings
&COLS="w1,w2,...,wk" (the number and division of vertical frames)
&ROWS="h1,h2,...,hk" (the number and division of horizontal frames)
&BORDER=x (the widths of the frame borders)
[/FRAMES_DEF] ends the special settings of a frame setup
[FRAME_DEF(URL,NAME)] begins a frame definition, where &URL gives the name of
the document to be displayed in the frame and &NAME gives an internal name
for it to be used in [LINK2(URL,NAME)]
&MARGINWIDTH=x (the margin width of a frame in pixels or %)
&NORESIZE=x (optionally the frame can not be resized by mouse)
[/FRAME_DEF] ends a frame definition
[/FRAMES] ends the frame setup
[NOFRAMES] begins an alternative part of the page for the browsers,
which do not support frames; must be followed by [BODY].
[/NOFRAMES] ends the alternative part of the page; includes the
end code of the page.
Codes defined in HTML40.DEV driver
1 = Structure codes
2 = Headers and titles
3 = Lines and paragraphs
4 = Links
5 = Lists
6 = Text styles
7 = Other elements
8 = Fonts
9 = Images
0 = Forms
A = Tables
B = Miscellaneous codes
C = Colors
D = Frames