I am having a wiered problem. I have a form and one of the field is a texarea. However, whenever I run my script, I get acception!
When I take those two lines out, it works just fine!
Description :
<BR><TEXTAREA NAME="description" ROWS=5 COLS=42 WRAP></TEXTAREA>
I must also add that it does not give me exception when I load the page, I get the exception, when I get to the point where I begin to see the text area.
I also have some java script in the same page, not sure if it is relevant.
Please help!