FRAME
<FRAME
CLASS=classname
ID=value
NAME=window_name
| _blank | _parent | _self | _top
SRC=url
>
Specifies an individual frame within a FRAMESET attribute.
Attributes
- CLASS= classname
- Specifies the class of the element being defined. This is used to associate a subclassed style sheet with the element.
- ID= value
- An SGML ID used as the target for hypertext links or for naming particular elements in associated style sheets. Valid ID values must begin with a letter. The underscore ("_") can be used in the ID name. The ID should be unique throughout the document. If more than one object with the same ID exists in a document, a collection of those named items is created that can only be referenced by ordinal position.
- NAME= window_name
| _blank | _parent | _self | _top
- Specifies the window or frame at which to target the contents. If no frame or window exists that matches the specified target, a new window is opened for the specified link. If no target is specified, the default is "_self" for a link within the same site or "_top" if the site is external. Special target values are listed here:
Value |
Meaning |
_blank |
Specifies to load the link into a new unnamed window. |
_parent |
Specifies to load the link into the immediate parent of the document containing the link. |
_self |
Specifies to load the link into the same window in which the link was clicked. |
_top |
Specifies to load the link into the full body of the current window. |
- SRC= url
- Specifies a URL for the associated file.
Remarks
This element is a block element.
See Also
FRAMESET, NOFRAMES, Frames