On Tue, 24 Oct 2000, Joaldo Junior wrote:

> how to for that function REDIRECT understand a variable.
> 
> ex.
> 
> <dtml-call "RESPONSE.redirect('http://zope.org/index.htm?cod=<dtml-var
> test>')">

DTML tags can't be nested.
Try:
<dtml-call "RESPONSE.redirect('http://zope.org/index.htm?cod='+test)">

[EMAIL PROTECTED]

/--------------------------------------\
| `long long long' is too long for GCC |
\--------------------------------------/



_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
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 )

Reply via email to