HTML CSS Reference/HTML Tag Reference/isindex

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

"isindex" CSS Attributes and JavaScript Style Properties

   <source lang="html4strict">

Names noted with an asterisk (*) are JavaScript properties only. +----------------+--------------------------------------------------------------+ | CSS |background background-attachment | | Attributes |background-color background-image | | and |background-position background-repeat | | JavaScript |behavior border | | Style |border-bottom border-bottom-color | | Properties |border-bottom-style border-bottom-width | | |border-color border-left | | |border-left-color border-left-style | | |border-left-width border-right | | |border-right-color border-right-style | | |border-right-width border-style | | |border-top border-top-color | | |border-top-style border-top-width | | |border-width bottom | | |clear clip | | |color float | | |font font-family | | |font-size font-style | | |font-variant font-weight | | |hasLayout(*) layout-flow | | |left letter-spacing | | |line-height margin | | |margin-bottom margin-left | | |margin-right margin-top | | |page-break-after page-break-before | | |position right | | |styleFloat(*) text-align-last | | |text-autospace text-decoration | | |text-indent text-kashida-space | | |text-overflow text-transform | | |text-underline-position textDecorationBlink(*) | | |textDecorationLineThrough(*) textDecorationNone(*) | | |textDecorationOverline(*) textDecorationUnderline(*) | | |top visibility | | |white-space word-spacing | | |word-wrap writing-mode | | |z-index zoom | +----------------+--------------------------------------------------------------+

     </source>
   
  


"isindex" Event Handlers

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | Event |onActivate onBeforeDeactivate | | Handlers |onBeforeEditFocus onBlur | | |onControlSelect onDeactivate | | |onFocus onMove | | |onMoveEnd onMoveStart | | |onReadyStateChange onResize | | |onResizeEnd onResizeStart | +----------------+--------------------------------------------------------------+

     </source>
   
  


"isindex" Example

   <source lang="html4strict">
   

<html> <head> <title>isindex element example</title> </head> <body>

   <isindex prompt="Please enter your name and surname . . . ">

</body> </html>


     </source>
   
  


"isindex" HTML Attributes

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | HTML |accesskey action | | Attributes |class contenteditable | | |dir disabled | | |hidefocus id | | |lang language | | |prompt style | | |tabindex title | | |unselectable | +----------------+--------------------------------------------------------------+

     </source>
   
  


"isindex" JavaScript Collections

   <source lang="html4strict">

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

     </source>
   
  


"isindex" JavaScript Methods

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |addBehavior appendChild | | Methods |blur cloneNode | | |componentFromPoint dragDrop | | |fireEvent focus | | |getAttribute getAttributeNode | | |getBoundingClientRect getClientRects | | |getElementsByTagName hasChildNodes | | |insertBefore normalize | | |removeAttribute removeAttributeNode | | |removeBehavior removeChild | | |replaceChild setActive | | |setAttribute setAttributeNode | +----------------+--------------------------------------------------------------+

     </source>
   
  


"isindex" JavaScript Objects

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |currentStyle | +----------------+--------------------------------------------------------------+

     </source>
   
  


"isindex" JavaScript Properties

   <source lang="html4strict">

+----------------+--------------------------------------------------------------+ | JavaScript |accessKey action | | Properties |blockDirection canHaveHTML | | |className clientHeight | | |clientLeft clientTop | | |clientWidth contentEditable | | |dir disabled | | |firstChild form | | |hasLayout hideFocus | | |id innerHTML | | |isContentEditable isDisabled | | |isMultiLine lang | | |language lastChild | | |nextSibling nodeName | | |nodeType nodeValue | | |offsetHeight offsetLeft | | |offsetParent offsetTop | | |offsetWidth ownerDocument | | |parentElement parentNode | | |previousSibling readyState | | |scopeName scrollHeight | | |scrollLeft scrollTop | | |scrollWidth tabIndex | | |tagName tagUrn | | |title | +----------------+--------------------------------------------------------------+

     </source>
   
  


"isindex" Microsoft Behaviors

   <source lang="html4strict">

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

     </source>
   
  


"isindex" Syntax and Note

   <source lang="html4strict">

Note:

This element creates a text input field between two
elements

This element prompts the user using the prompt attribute. This element can be included inside a form and passed to the server. This element is deprecated in favor of the <input type="text"> element.

Syntax:

<isindex attributes events>


     </source>