16 Nov
2000
16 Nov
'00
2:57 p.m.
On Thu, 16 Nov 2000, Kyler B. Laird wrote:
<input type=hidden name="fred" value="<dtml-var fred>"> (Make sure that "fred" doesn't contain a double quote.)
<input type=hidden name="fred" value="<dtml-var fred html_quote>"> or just <input type=hidden name="fred" value="&dtml-fred;"> Oleg. ---- Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.