[Zope] Newbie: DTML redirect questions

Zerkani_user_list zerkani_user_list@snet.net
Wed, 5 Mar 2003 20:13:10 -0500


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