定义
使浏览器显示一个对话框,提示用户输入单行文本。
Causes the browser to display a dialog window that prompts the user for a single line of input.
在 HTML 4 中,此元素是不推荐使用的,推荐使用 INPUT 元素来取代它。isIndex 的 tagName 属性将返回 input。
ISINDEX 元素属于文档的 body 中。
此元素在 Internet Explorer 3.0 及以上版本的 HTML 中可用,在 Internet Explorer 4.0 及以上版本的脚本中可用。
此元素被看作 form 对象中的一个 inpu
document.all.oIsindex.disabled=false;
此元素是一个块元素。
此元素需要关闭标签。
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 available in HTML as of Internet Explorer 3.0, and in script as of Internet Explorer 4.0.
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;
This element is a block element.
This element requires a closing tag.
示例代码
<ISINDEX PROMPT="Enter a keyword to search for in the index">
标准信息
该对象已不建议使用,将可能在今后HTML标准中废弃。
This object is deprecated in HTML.
郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。
新闻热点
疑难解答