The previous section explains the basic operation
for the frame function, including creating
and saving a page with frame. This section
explains advanced operation for the frame
function.
This section contains the following topics:
HTML tags | <FRAME SRC= NAME= MARGINWIDTH= MARGINHEIGHT= SCROLLING= NORESIZE> |
Assigning an appropriate margin for each
section gives it a good appearance.
Suppose you divide the window into left and
right sections, and you set a link on the
text on the left section, the link destination
page is normally displayed in the same left
side section. However, if you use the target attribute, you can display the link destination
page on the right section.
![]() |
target One of the link attributes. This indicates where the link destination page is to be displayed. |
![]() |
For example, specify the name "left" for the left section and "right" for the right section, which is easy to remember. |
![]() |
To display the link destination page on the full window, select Full Window in the Target box of the Attribute dialog box for a link. The link destination page is then displayed on the full Web browser window. |
![]() |
To remove a target specification, delete the frame name in the Target box on the URL toolbar. To change a target specification, type another frame name. |