Go to the first, previous, next, last section, table of contents.


cdestroy.html

First step of complete catalog destruction.

Here is an example template:

<body bgcolor=#ffffff>

<center>

<h3>Confirm removal of catalog _NAME_</h3>

<form action=_SCRIPT_ method=POST>
<input type=submit name=remove value=remove>
_HIDDEN_
</form>

</center>
`Tags'
`_NAME_'
Name of the catalog.
`_HIDDEN_'
List of hidden fields necessary to perform the removal. Must be included in each form.


Go to the first, previous, next, last section, table of contents.