[Zope] Target Help
Phil Harris
phil@harris-family.info
Thu, 28 Feb 2002 16:02:22 -0000
<dtml-let target="'index_html?me=%s&you=%s' % (name,you)">
----- Original Message -----
From: "Todd Loomis" <tloomis@dmso.mil>
To: <zope@zope.org>
Sent: Thursday, February 28, 2002 3:55 PM
Subject: [Zope] Target Help
> 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
>
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )