Hi there,
A text area does not have a value attribute like a text box. Instead, you'll need to put the contents for the text area between the <textarea> tags, like this:
<textarea rows="10" cols="60" name="txtComments"><%=strComments%></textarea>
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
|