24 Oct
2000
24 Oct
'00
1:56 p.m.
how to for that function REDIRECT understand a variable.
ex.
<dtml-call "RESPONSE.redirect('http://zope.org/index.htm?cod=<dtml-var test>')">
You can't nest dmtl tags try : <dtml-call "RESPONSE.redirect('http://zope.org/index.htm?cod=' + test)"> Rik