text area box
How to save in the text area when I hit "submit" button
I am typing in things in the text area. When I hit submit button.
It goes to the data base. But the things i typed in is not saved in
the database
<tr>
<Center>
<td>Notes</td>
<td><textarea rows="8" cols="13" name="textarea1" value='<%=strNotes%>'>
</textarea></td>
</tr>
|