[thelist] HTML <form maxLength=?/>

Rob Smith rob.smith at THERMON.com
Mon Sep 16 13:48:01 CDT 2002


Furthermore,

I don't think that's the problem. The problem is when the page actually
loads all this stuff. I've been working with the page all day long and it
hasn't barfed on me yet until a really large number of counties were brought
in. Then it had spasm and died.

Rob

[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


--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !
--
For unsubscribe and other options, including
the Tip Harvester and archive of thelist go to:
http://lists.evolt.org Workers of the Web, evolt !



More information about the thelist mailing list