Tuesday, January 17, 2006

Long input into a TEXTAREA control hangs a form submit

Here's a very simple technique when using forms to submit data to another page. Well, it's not really a technique because it's really the proper way of doing it.

If you've ever created a web form that submits large amounts of data to another page, you may click until you're blue in the face and the submit button will not do anything. Well, there's a reason for that:

In the form tag specify method="post"

That's it!

No comments: