Why wont this code work in IE?

Discussion in 'HTML & Website Design' started by rlynch, Nov 29, 2006.

  1. #1
    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
     
    rlynch, Nov 29, 2006 IP
  2. mattmdesign

    mattmdesign Well-Known Member

    Messages:
    1,201
    Likes Received:
    77
    Best Answers:
    0
    Trophy Points:
    118
    #2
    maybe the space after action?
     
    mattmdesign, Nov 29, 2006 IP
  3. smallbuzz

    smallbuzz Peon

    Messages:
    125
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Don't think the space matters. It works for me.

    Can you explain what's wrong?
     
    smallbuzz, Nov 29, 2006 IP
  4. rlynch

    rlynch Peon

    Messages:
    248
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    it works in IE?

    its not recognizing the array passed in the form

     
    rlynch, Nov 29, 2006 IP