Prototype's Ajax.Updater not actually updating on IE7.
- by Ben S
I am trying to submit a form using Ajax.Updater and have the result of that update a div element in my page.
Everything works great in IE6, FF3, Chrome and Opera. However, In IE7 it sporadically works, but more often than not, it just doesn't seem to do anything.
Here's the javascript:
function testcaseHistoryUpdate(testcase, form) {…