isIndex
isIndex
This page has been flagged with the following issues:
High-level issues:
Deprecated
Summary
A single-line text input field.
Overview Table
| DOM Interface | HTMLElement |
|---|
Examples
This example uses the ISINDEX element to replace the default prompt.
<ISINDEX PROMPT="Enter a keyword to search for in the index">
Notes
Remarks
In HTML 4, this element is deprecated; INPUT is recommended for use instead. The tagName property for isIndex returns input. The ISINDEX element belongs in the body of the document. This element is treated as an input object inside a form object. To access the element from script, you must use the all collection of the document object. For example, the syntax for accessing the disabled property of a isIndex object is:
document.all.oIsindex.disabled=false;
Standards information
- HTML 4.01 Specification, Section 17.8 (Deprecated)
HTML information
{
Compatibility
Desktop
| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari |
|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? |
Mobile
| Feature | Android | BlackBerry | Chrome for mobile | Firefox Mobile (Gecko) | IE Mobile | Opera Mobile | Opera Mini | Safari Mobile |
|---|---|---|---|---|---|---|---|---|
| Basic support | ? | ? | ? | ? | ? | ? | ? | ? |
This article contains content originally from external sources.
Portions of this content come from the Microsoft Developer Network: [Windows Internet Explorer API reference Article]
This tool helps to make and review comments inline.
How to Use
insert instructions, with images, here