Go to the first, previous, next, last section, table of contents.
Create a alphabetical catalog. When the user click on the submit button the parameters tablename, navigation, fieldname and name must be filled.
Here is an example template:
<title>Create _NAVIGATION_ catalog on table _TABLENAME_</title> <h3>Create _NAVIGATION_ catalog on table _TABLENAME_</h3> <form action=_SCRIPT_ method=POST> _HIDDEN_ <input type=hidden name=tablename value=_TABLENAME_> <input type=hidden name=navigation value=_NAVIGATION_> <table> <tr><td><b>Catalog name*</b></td><td><input type=text name=name></td></tr> <tr><td><b>Field name*</b></td><td><input type=text name=fieldname></td></tr> <tr><td><b>ORDER BY</b></td><td><input type=text name=corder size=60></td></tr> <tr><td><b>WHERE</b></td><td><input type=text name=cwhere size=60></td></tr> <tr><td><b>Options</b></td><td>_INFO-CHECKBOX_</td></tr> </table> <input type=submit value='Create it!'> </form>
form
.
_DEFAULTROW_
was not found in the
template, See section Database table tags.
The table used is catalog, for a list of the fields
available in this table, See section catalog.
Go to the first, previous, next, last section, table of contents.