Html-isindex-tag

提供:Dev Guides
移動先:案内検索

HTML-<isindex>タグ

説明

HTML <isindex>タグは、テキストフィールドを介してドキュメントを照会するために使用されます。 タグはどこでも使用できますが、headタグが望ましいです。 非推奨のタグであるため、使用しないでください。

<!Doctype html>
<html>

   <head>
      <title>HTML isindex Tag</title>
      <isindex prompt = "Search"/>
   </head>

</html>

グローバル属性

このタグは、− link:/html/html_attributes_reference [HTML属性リファレンス]で説明されているすべてのグローバル属性をサポートします

特定の属性

HTML <isindex>タグは、次の追加属性もサポートしています-

Attribute Value Description
prompt string Label for the text field
action URL used when a query needs to be sent to a different URL

イベント属性

このタグは、− link:/html/html_events_reference [HTMLイベントリファレンス]で説明されているすべてのイベント属性をサポートします。

ブラウザのサポート

Chrome Firefox IE Opera Safari Android
Yes (partial) Yes (partial) Yes (partial) Yes (partial) Yes (partial) No