HTML CSS Reference/HTML Tag Reference/noscript

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

"noscript" CSS Attributes and JavaScript Style Properties

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | CSS |The names are in CSS syntax. See the introduction to this chapter for the JavaScript syntax rules.behavior text-autospace | | Attributes |text-underline-position zoom | +----------------+--------------------------------------------------------------+

     </source>
   
  


"noscript" Event Handlers

   <source lang="html4strict">

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

     </source>
   
  


"noscript" Example

   <source lang="html4strict">
   

<html>

  <script language="JavaScript">
      
  </script>
  <noscript>Your browser doesn"t support script codes.</noscript>

</html>


     </source>
   
  


"noscript" HTML Attributes

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | HTML |id | +----------------+--------------------------------------------------------------+

     </source>
   
  


"noscript" JavaScript Collections

   <source lang="html4strict">

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

     </source>
   
  


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


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


"noscript" Microsoft Behaviors

   <source lang="html4strict">

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

     </source>
   
  


"noscript" Syntax and Note

   <source lang="html4strict">

Note: This element displays content as HTML if the browser does not support JavaScript, or JavaScript functionality has been turned off. If JavaScript is supported, its content does not display.

Syntax:

<noscript attributes events> . . . </noscript>


     </source>