9 May
2003
9 May
'03
6:37 p.m.
On Fri, 9 May 2003 11:14:44 -0700 (PDT) GMT (..20:14 where i live(GMT+2) ) Dennis Allison asked the Zope mailinglist about the following: DA> Thank Eron, DA> We use session variable extensively. However, there are many instances DA> where that is not appropriate, for example, forms. -d Luckily you can easily specify whether you want your forms to use POST or GET by use of the 'method'-attribute of the form-element in HTML. ;) -- Geir Bækholt