Click to See Complete Forum and Search --> : Character limits in a textarea


vdpcorp
12-02-2003, 10:16 AM
Is there a limit to the number of characters IE will accept in a textarea field? I think the a URL has around an 8200 character limit. I have a form with a textarea and when a user enters a lot of text and hits submit the browser becomes unresponsive. Any thoughts?

Bob

ray326
12-02-2003, 11:09 AM
There shouldn't be a limit if the form method is "post".

soccer362001
12-02-2003, 04:07 PM
a link would be nice

PeOfEo
12-02-2003, 06:10 PM
there is no limit in html. You will have to use server side scripting (reccomended) or javascript to catch the user when they click submit if their post is too long, sort of like on these forums.