[thelist] HTML <form maxLength=?/>

Jay Blanchard jay.blanchard at niicommunications.com
Mon Sep 16 13:36:00 CDT 2002


[snip]
Now when I
try it with 600 or so, using method="GET" the form refuses to send. The
button just clicks. Just for S&G this is my submit button:
[/snip]

You need to be POST `ing the information. GET is limited by URL length which
(at last check) was 256 characters. Everything beyond that point gets
truancated.

GET is passed through the URL, POST is passed through the response headers
(this question was on the test)	.

HTH!

Jay





More information about the thelist mailing list