[thelist] HTML <form maxLength=?/>

Jay Blanchard jay.blanchard at niicommunications.com
Mon Sep 16 13:48:38 CDT 2002


[snip]
Do you really think I'm going to sit here and do:

if request.form("TX_Hays") = checked then
   string = "TX_Hays"
end if

if request.form("...
...

 for every single county in the United States? :-\
[/snip]

Nope, I expect that you would build an array of the checked items. Either
that, or limit the possible number of selections to guarantee that the
selected items will not exceed the limit of characters allowed by GET.

HTH! Peace ...

Jay





More information about the thelist mailing list