[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
HTMLSPEC-ISINDEX
Not technically a <form> element, but is used to specify simple input textfields for CGI programming.
Attributes
Specifies the text to be displayed before the textfield. If unspecified, the web browser will render its own default text to use
Code Tip
<isindex> may be placed in the <head> ] or [[ HTMLSPEC-BODY | <body> elements, but is not recommended for HTML form purposes because of its limited features.
Live Example
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
HTMLSPEC-ISINDEX
ISIndex
UsageNot technically a <form> element, but is used to specify simple input textfields for CGI programming.
Attributes
prompt=""
Specifies the text to be displayed before the textfield. If unspecified, the web browser will render its own default text to use
Code Tip
<isindex> may be placed in the <head> ] or [[ HTMLSPEC-BODY | <body> elements, but is not recommended for HTML form purposes because of its limited features.
Live Example
<html> <head><title>ISINDEX Document Example</title></head> <body> <isindex> Search the gateway index above. </body> </html>
HTML Tags Center
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
