I was having this same problem. My code worked in every browser but IE. Here is my solution:

My original code was:



The working code is:



I didn't think I was passing anything because my JavaScript doesn't have a return functionality to it but if it works..it works. This still work fine in Chrome and Firefox....