[_] multiple select lists and javascript
Tim Beadle
tim.beadle at gmail.com
Wed Feb 21 14:29:29 GMT 2007
On 21/02/07, underscore at firecast.co.uk <underscore at firecast.co.uk> wrote: > Anyway I finally found the cause of my frustration. The form was > submitting using GET, I changed this to POST and all is well. It looks > as though Internet Explorer has a finite limit on the amount of data > that can be sent as part of the GET headers, which is not the case for > Safari and FF. GET requests should be no more than 1024 bytes, anyway. Tim