Ive created a Product with this line: <dtml-call "RESPONSE.redirect( DestinationURL() +'manage_main')"> To redirect the user back to the management screen of the document he/she has created, but it don't work. Any ideas? The full document: <dtml-var standard_html_header> <dtml-with "manage_clone(story_html,REQUEST['new_id'],REQUEST)"> <dtml-call "manage_changeProperties(title=REQUEST['new_headline'], producer=REQUEST['new_producer'], headline=REQUEST['new_headline'], subhead=REQUEST['new_subhead'], source=REQUEST['new_source'], shortstory=REQUEST['new_shortstory'], story=REQUEST['new_story'], byline=REQUEST['new_byline'], copy=REQUEST['new_copy'], image=REQUEST['new_image'], caption=REQUEST['new_caption'], )"> </dtml-with> <dtml-call "RESPONSE.redirect( DestinationURL() +'manage_main')"> Congratulations! <dtml-var standard_html_footer> ************************* Tom Scheidt www.falsemirror.com tom@falsemirror.com *************************
+----[ Tom Scheidt ]--------------------------------------------- | You can't display html AND redirect (in that way). If you want to display a page and then redirect, you need to use the REFRESH meta-tag. -- Totally Holistic Enterprises Internet| P:+61 7 3870 0066 | Andrew Milton The Internet (Aust) Pty Ltd | F:+61 7 3870 4477 | ACN: 082 081 472 | M:+61 416 022 411 | Carpe Daemon PO Box 837 Indooroopilly QLD 4068 |akm@theinternet.com.au|
participants (2)
-
Andrew Kenneth Milton -
Tom Scheidt