[Zope] Target Help

Todd Loomis tloomis@dmso.mil
Thu, 28 Feb 2002 10:55:22 -0500


Hi all:

I using the following:

<dtml-let target="'index_html'">
<dtml-call expr="RESPONSE.redirect(target)">
</dtml-let>

But I would like to add variables to the url like this:

<dtml-let target="'index_html?me=<dtml-var name>&you=<dtml-var you>'">

This doesn't seem to work the way I would like, is their another way to do 
this?

Thanks,
Todd