5 Dec
2001
5 Dec
'01
10:11 a.m.
On Wed, Dec 05, 2001 at 03:55:56AM -0500, Tim Owen wrote:
1. How do I set the cookie path?
RESPONSE.setCookie(name, value, path="XXX")
2. How do I call a Python script or Z SQL Method in a different folder at the same level in the folder tree?
<dtml-with otherFolder> <dtml-var someScript> </dtml-with otherFolder> Oleg. -- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.