1 |
Each frame can have attributes:
-
SRC="URL" - the contents of the frame
-
NAME="windowname" - This assigns a name to this frame. The contents of this frame (and others in the same screen) can use this name to display the results of links using the new target attribute to anchor tags:
-
<a href="URL" target="windowname"> . . . </a>
-
SCROLLING="yes|no|auto" - tells whether this frame will have a scrollbar or not.
-
NORESIZE - This flag restricts the user from resizing the browser window.
-
MARGINWIDTH=value and MARGINHEIGHT=value
|