works fine in FF <form action ='go.php' method='get'> <input type='checkbox' name='id[]' value='1'> <input type='checkbox' name='id[]' value='2'> <input type='checkbox' name='id[]' value='3'> <input type=submit value='Send'> </form> Code (markup): IE doesnt recognize the array. any help is greatly appreciated thanks