| NOFRAMES |
|
| This tag is used for browsers that do not recognize frames. Formatting and style sheet specifications, along with BODY tags can be included within the opening and closing statements of the NOFRAMES tag. For example: |
|
| <NOFRAMES>
-- Place desired text and links here --
</NOFRAMES> |
|
| NOFRAMES Attributes: |
|
| TITLE=" ... " |
| The TITLE attribute is used to display a note or information in a popup window pertaining to the object to which it was assigned. The popup window is invoked by holding the mouse pointer over the object. |
|
This tag also accepts the following Event Handlers:
onClick
onDblClick
onMouseDown
onMouseUp
onMouseOver
onMouseMove
onMouseOut
onKeyPress
onKeyDown
onKeyUp |