18 May
1999
18 May
'99
1 p.m.
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