[Zope] Newbie: DTML redirect questions
Bakhtiar A Hamid
kedai@kedai.com.my
Thu, 6 Mar 2003 14:16:23 +0800
On Thursday 06 March 2003 09:13, Zerkani_user_list wrote:
> 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 +
> =09"?Name=3D" + parameter)
>
<dtml-call expr=3D"REQUEST.RESPONSE.redirect(destination +
=09'?Name=3D' + parameter)">
=2E. ?
>
> I was wondering how can I do this in DTML?
>
> Thanks
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://mail.zope.org/mailman/listinfo/zope-announce
> http://mail.zope.org/mailman/listinfo/zope-dev )