On Thu, 25 May 2000, Mabe, Brad wrote:
> <dtml-call "RESPONSE.setCookie('country_cookie', <dtml-var cntry_cd>)">
Inside double quotes there is Python, not DTML:
<dtml-call "RESPONSE.setCookie('country_cookie', cntry_cd)">
Oleg. (All opinions are mine and not of my employer)
----
Oleg Broytmann Foundation for Effective Policies phd@phd.russ.ru
Programmers don't die, they just GOSUB without RETURN.