6 Mar
2003
6 Mar
'03
1:13 a.m.
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