ディレクトリ 検索
Attributes accesskey (attribute) class (attribute) contenteditable (attribute) contextmenu (attribute) data-* (attribute) dir (attribute) draggable (attribute) dropzone (attribute) Global attributes hidden (attribute) id (attribute) itemid (attribute) itemprop (attribute) itemref (attribute) itemscope (attribute) itemtype (attribute) lang (attribute) slot (attribute) spellcheck (attribute) style (attribute) tabindex (attribute) title (attribute) translate (attribute) Elements a abbr address area article aside audio b base bdi bdo blockquote body br button canvas caption cite code col colgroup data datalist dd del details dfn dialog div dl dt em embed fieldset figcaption figure footer form h1 head header hr html i iframe img input input type="button" input type="checkbox" input type="color" input type="date" input type="datetime"-local input type="email" input type="file" input type="hidden" input type="image" input type="month" input type="number" input type="password" input type="radio" input type="range" input type="reset" input type="search" input type="submit" input type="tel" input type="text" input type="time" input type="url" input type="week" ins kbd label legend li link main map mark menu menuitem meta meter nav noscript object ol optgroup option output p param picture pre progress q rp rt rtc ruby s samp script section select slot small source span strong style sub summary sup table tbody td template textarea tfoot th thead time title tr track u ul var video wbr Miscellaneous Attributes Block-level elements CORS enabled image CORS settings attributes Element Inline elements Kinds of HTML content Link types Microdata Optimizing your pages for speculative parsing Preloading content Reference Supported media formats Using the application cache Obsolete acronym applet basefont big blink center command content dir element font frame frameset hgroup image input type="datetime" isindex keygen listing marquee nextid noframes plaintext strike tt xmp
テキスト

已废弃

该特性已经从 Web 标准中删除,虽然一些浏览器目前仍然支持它,但也许会在未来的某个时间停止支持,请尽量不要使用该特性。

<isindex>元素的作用是使浏览器显示一个对话框,提示用户输入单行文本。在W3C的规范中建议,<isindex>元素最好被放置在<head>标签块内,但是对于浏览器来说,<isindex>标签在页面任何位置都没有关系。

从HTML4规范开始,就不建议在您编写的HTML文档内使用<isindex>元素,您可以用<input>标签来替代。

属性

本元素支持 全局属性.

prompt该属性用作在输入框前添加一个输入提示文本。

action本属性可以规定文本框中的值发送向一个没有被W3C规范的URL。

示例

<head>  <isindex prompt="Search Document... " /></head>

历史

1992年6月,Dan Connolly 宁愿使用不同的锚类型而不是isindex。

1992年11月,丹·康诺利(Dan Connolly)发表了链接索引而不是文件,索引链接比文档链接要多。在这个线程中,提出了不同类型的解决方案。参考Dynatext浏览器提到了查询表单的问题:“浏览器显示切换按钮,文本字段等。用户填写字段,单击确定,查询结果出现在目录窗口中。

在1992年11月,关于isindex的一个主题,Kevin Hoadley 质疑是否需要isindex元素,并建议放弃它。他建议有一个输入元素(Steve Putz 支持的想法)。Tim Berners-Lee 解释了isindex的目的是导致搜索结果汇总。凯文回答说,他不喜欢isindex的布尔性质,并希望一个系统,一切都可搜索,并建议扩展当前的WWW框架与特定的httpd配置,并定义一些URI映射创建搜索查询。

在2016年,有人建议从规范中删除isindex

HTML参考

  • HTML5将其归类为不符合要求的功能。

  • ISINDEX元素在HTML 4.01中已弃用

  • ISINDEX在HTML 3.2中

  • ISINDEX在HTML 2.0以及行为的在说明书中查询和索引(HTML 2.0)

  • ISINDEX在HTML +

浏览器兼容性

Feature

Chrome

Edge

Firefox

Internet Explorer

Opera

Safari

Basic Support

No

No

No

No

No

No

action

No

No

No

No

No

No

prompt

No

No

No

No

No

No

Feature

Android

Chrome for Android

Edge mobile

Firefox for Android

IE mobile

Opera Android

iOS Safari

Basic Support

No

No

No

No

No

No

No

action

No

No

No

No

No

No

No

prompt

No

No

No

No

No

No

No

前の記事: 次の記事: