11 Jan
2000
11 Jan
'00
10:46 p.m.
On Tue, 11 Jan 2000 Jerry.Spicklemire@IFLYATA.COM wrote:
<dtml-call "manage_changeProperties({'count': count+1})">
Note though that putting such code in your standard_html_header will create a new object for every request to your page. Not a good solution for a site with heavy traffic. Better store it on the filesystem directly. Pavlos