Web Development HTML Guide - Learn HTML
Developer Tutorials
ASP
CGI & Perl
CSS
Flash
HTML
Java
JavaScript
Linux
MySQL
PHP
Photoshop
Python
Wireless
XML



Developer Manuals
Learn HTML
Learn PHP
Learn MySQL
Learn CSS
Learn Pear


Developer Scripts
ASP Scripts
ASP.NET Scripts
CGI & Perl Scripts
Flash Scripts
Java Scripts
JavaScript Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools & Utilities Scripts
XML Scripts

Developer Resources
Developer Tools
Developer News
Developer Forums
Developer Content
Developer Book Reviews
Survey Software

Web Hosting Directory
Budget Web Hosting
ColdFusion Hosting
Dedicated Servers
Domain Hosting
E-Commerce Hosting
Email Hosting
Free Web Hosting
Linux Web Hosting
Managed Hosting
Reseller Hosting
Small Business Hosting
Windows Web Hosting

<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 Idocs, Inc. Written by Miko Sullivan











About the NetVisits, Inc Network | Advertise
Developer Tutorials hosted by HostGator.
Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy.
Visit other NetVisits, Inc. sites: