Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 

<ISINDEX ...>

Usage Recommendation
use <FORM ...> instead

  • PROMPT: prompt string to show before the text entry area
 

<ISINDEX ...> is the old way to make an online form. The purpose of <ISINDEX ...> has been entirely fulfilled and greatly expanded by regular forms, so use regular forms instead. For the sake of completion, we'll explain a little about <ISINDEX ...> here anyway.

The easiest way to think of <ISINDEX ...> is that it is a form which takes only one input, there is only one input on the page, and it can only return the results to the CGI that created the page in the first place. The value entered in the input field is URL encoded and added with a "?" to the end of the current URL, and the query is resubmitted to the current URL. The format for the tag is easy: just put <ISINDEX ...> in the <BODY ...> section of the document, generally at the top:

this code
<HTML>
<HEAD>
<TITLE>Idocs: ISINDEX Example Using Congresspeople</TITLE>
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<ISINDEX>
<H1>Example of &lt;ISINDEX&gt;</H1>

This page uses the &lt;ISINDEX&gt; tag.  Type in the name 
of your state for a listing of your congresspeople.
<HR>
</BODY>
</HTML>

Different browsers render the input field in different ways. Some put the input field in non-scrolling panel at the bottom of the screen (a nice touch, it's the one thing about <ISINDEX ...> I miss). Others put the field in the page where the tag appears.

In an inspired act of futility, Netscape actually added extension attributes to <ISINDEX ...>. See the following pages.

 
 
  Copyright 1997-2002 Idocs inc. Published under the terms of the Open Content License Design by Interspire