Dynamic table values not returned in Netscape
Folks I hope you can help me out. This is a strange one to me. I have ASP code that allows a person to add/delete rows from a table using Javascript. When I submit the form and look at the request.form, I see the values in IE, but there's nothing being returned when using the webpage in Netscape or Firefox. I have javascript that does all kinds of validation and at the end I verify that there are values in the dynamic table, and it always finds some value. The strange thing (in Netscape) is that when the form posts, even the named values are not appearing in the request.form.
To work around it, I created a hidden field in the form and populated it to get the values out.
Hopefully, somebody can point out what I'm doing wrong.
Joe
|