Richard Raquepo írta:

is there a maximum # of checkbox that a user can only select... i have a least 500 checkboxes when i all of them is check submit won't work but checking say sumthing around 200 chekboxes , submit will work?


No, but there is a limitation of max length (around 2000, not sure) of the GET URL in IE.
So if you have a plenty of input fields, you can easily reach this length. Try to use
POST instead.
Hth,


Tib




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to