I have a form which submits fine in FF, Opera, Safari, Chrome, and also IE8... But it wont submit in IE6, or IE7...
I have noticed it is 99% sure that the problem is a too long querystring. I have many many options...
Now, changing the method to POST is out of the question here, so don't bother asking about this please...
I wonder, is there any other workaround for this problem? Also, why is only IE6 and IE7 having this problem?
If there is no workaround, will "disabling" the "too many" inputs which are over the limit help shortening the querystring? In other words, will disabled form elements also be added to the querystring?
Thanks