13 May
2003
13 May
'03
5:57 p.m.
On Tue, 2003-05-13 at 10:46, Dylan Reinhardt wrote:
<input type=hidden value=<dtml-var title>>
One quick correction/note: The above will work correctly only if the title contains no spaces. A more generally useful tag would be: <input type=hidden value="<dtml-var title>"> Dylan