I have taken the following line from a python script example and I need to do the same thing in DTML. context.REQUEST.RESPONSE.redirect(destination + "?Name=" + parameter) I was wondering how can I do this in DTML? Thanks