Nov 30th, 2012, 10:41 AM
I had this problem with IE9 and IE6. I would click on the 'Submit' button and nothing would happen.
In both cases there was no JS error since I had already enabled the "bother me when IE finds a JS problem" option in the advanced settings. It turns out that the problem was that I had a nested <form> element. IE doesn't like that. The 'Submit' button worked fine in Chrome (and maybe others).
In both cases there was no JS error since I had already enabled the "bother me when IE finds a JS problem" option in the advanced settings. It turns out that the problem was that I had a nested <form> element. IE doesn't like that. The 'Submit' button worked fine in Chrome (and maybe others).