HTML CSS Reference/HTML Tag Reference/noframes

Материал из Web эксперт
Перейти к: навигация, поиск

"noframes" CSS Attributes and JavaScript Style Properties

+----------------+--------------------------------------------------------------+
| CSS            |behavior                        text-autospace                |
| Attributes     |text-underline-position         zoom                          |
+----------------+--------------------------------------------------------------+



"noframes" Event Handlers

+----------------+--------------------------------------------------------------+
| Event          |onClick                         onDblClick                    |
| Handlers       |onKeyDown                       onKeyPress                    |
|                |onKeyUp                         onLoseCapture                 |
|                |onMouseMove                     onMouseOut                    |
|                |onMouseOver                     onMouseUp                     |
|                |onReadyStateChange                                            |
+----------------+--------------------------------------------------------------+



"noframes" Example

<HTML>    
    <frameset rows="33%, 33%, *" cols="33%, 33%, *">
        <frame name="frame_1" src="frame(1).html">
        <frame name="frame_2" src="frame(2).html">
        <frame name="frame_3" src="frame(3).html">
        <frame name="frame_4" src="frame(4).html">
        <frame name="frame_5" src="frame(5).html">
        <frame name="frame_6" src="frame(6).html">
        <frame name="frame_7" src="frame(7).html">
        <frame name="frame_8" src="frame(8).html">
        <frame name="frame_9" src="frame(9).html">
    </frameset>
    <noframes>Your system doesn"t support frames.</noframes>
</html>



"noframes" HTML Attributes

+----------------+--------------------------------------------------------------+
| HTML           |dir                             id                            |
| Attributes     |lang                            style                         |
|                |title                                                         |
+----------------+--------------------------------------------------------------+



"noframes" JavaScript Collections

+----------------+--------------------------------------------------------------+
| JavaScript     |attributes                      behaviorUrns                  |
| Collections    |childNodes                                                    |
+----------------+--------------------------------------------------------------+



"noframes" JavaScript Methods

+----------------+--------------------------------------------------------------+
| JavaScript     |addBehavior                     appendChild                   |
| Methods        |cloneNode                       componentFromPoint            |
|                |fireEvent                       getAttribute                  |
|                |getAttributeNode                getElementsByTagName          |
|                |hasChildNodes                   insertBefore                  |
|                |normalize                       removeAttribute               |
|                |removeAttributeNode             removeBehavior                |
|                |removeChild                     replaceChild                  |
|                |setAttribute                    setAttributeNode              |
+----------------+--------------------------------------------------------------+



"noframes" JavaScript Properties

+----------------+--------------------------------------------------------------+
| JavaScript     |align                           canHaveHTML                   |
| Properties     |className                       clientHeight                  |
|                |clientWidth                     dir                           |
|                |firstChild                      id                            |
|                |innerHTML                       isContentEditable             |
|                |isDisabled                      isMultiLine                   |
|                |lang                            lastChild                     |
|                |nextSibling                     nodeName                      |
|                |nodeType                        nodeValue                     |
|                |offsetHeight                    offsetLeft                    |
|                |offsetParent                    offsetTop                     |
|                |offsetWidth                     ownerDocument                 |
|                |parentElement                   parentNode                    |
|                |previousSibling                 readyState                    |
|                |scopeName                       scrollHeight                  |
|                |scrollLeft                      scrollTop                     |
|                |scrollWidth                     tagName                       |
|                |tagUrn                          title                         |
+----------------+--------------------------------------------------------------+



"noframes" Microsoft Behaviors

+----------------+--------------------------------------------------------------+
| Microsoft      |clientCaps                      download                      |
| Behaviors      |homePage                                                      |
+----------------+--------------------------------------------------------------+



"noframes" Syntax and Note

Note:
This element delivers HTML content to those browsers that do not support 
frames or turned off this frame feature.
    
Syntax:
    
<noframes attributes events> . . . </noframes>