[Moo] Re: Request in iE7 not working

2011-03-14 Thread gonchuki
as cpojer says, you need to patch the IE6/7 bug with JS. I usually add a hidden input to the form that gets the value of the clicked button. You also have the option to use an but that usually limits how much you can style your buttons. On Mar 13, 8:01 pm, Christoph Pojer wrote: > iirc in IE, a

[Moo] Re: Request in iE7 not working

2011-03-13 Thread Christoph Pojer
iirc in IE, a button element sends the text rather than the value. So you better not use button values or use another element :) (or patch it yourself in JS)

[Moo] Re: Request in iE7 not working

2011-03-13 Thread Dailce
I think this is a bug http://jsfiddle.net/r27Ws/1/ Yeah I can't get it to work in ie7, I don't know why???

[Moo] Re: Request in iE7 not working

2011-03-13 Thread Dailce
I think it just has to do with how ie7 handles the tag. I'm looking for a solution now.