I have two tables, both in the same form. The second table consists of only one cell; a <textarea>. When this form is submitted, I get everything except for the contents of the textarea.
The opening <form> call is in the second cell of the first table(long story). The closing call is after the second table. I cant put the textarea in the first table becuase of alignment problems. If the name of the textarea is "strNotes", would the call for its contents be request.form("strNotes"? That is what I am using, but it doesn't work. Can one form encompass two tables? I don't see why not.
Any thoughts?
The opening <form> call is in the second cell of the first table(long story). The closing call is after the second table. I cant put the textarea in the first table becuase of alignment problems. If the name of the textarea is "strNotes", would the call for its contents be request.form("strNotes"? That is what I am using, but it doesn't work. Can one form encompass two tables? I don't see why not.
Any thoughts?