> form - textarea box:
>
> I don't get any errors, but nothing shows when I pass the
> description variable to this text area:
>
> <TEXTAREA NAME="description" ROWS=5 COLS=59
> VALUE="#description#" scroll="yes"></textarea>
The TEXTAREA field doesn't have a VALUE attribute:
<textarea name="description" ...>#description#</textarea>
Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

