[Zope] Deleting an Object through a link

Alexander Schad ags@beehive.de
Tue, 18 May 1999 15:00:57 +0200 (CEST)


Hi

> What I've done before is create a document called deleteResult for example
> which will contain the DTML commands to actually delete the object. ie:
> 
> <!--#call "manage_deleteObject(REQUEST['objToDelete'])"-->
> <h1>The object was deleted</h1>
> 
> This way you can hide the management interface from users if you want, or
> you can redirect to a particular folder after you're done the delete.

Could anybody tell me the syntax to redirect to a certain page?

Ciao,
	Alex