HTML CSS Reference/HTML Tag Reference/noframes

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

"noframes" CSS Attributes and JavaScript Style Properties

   <source lang="html4strict">

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

     </source>
   
  


"noframes" Event Handlers

   <source lang="html4strict">

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

     </source>
   
  


"noframes" Example

   <source lang="html4strict">

<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>


     </source>
   
  


"noframes" HTML Attributes

   <source lang="html4strict">

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

     </source>
   
  


"noframes" JavaScript Collections

   <source lang="html4strict">

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

     </source>
   
  


"noframes" JavaScript Methods

   <source lang="html4strict">

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

     </source>
   
  


"noframes" JavaScript Properties

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | 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 | +----------------+--------------------------------------------------------------+

     </source>
   
  


"noframes" Microsoft Behaviors

   <source lang="html4strict">

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

     </source>
   
  


"noframes" Syntax and Note

   <source lang="html4strict">

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>


     </source>