Page is a not externally linkable
elitebomber - 6:39 pm on Apr 23, 2008 (gmt 0)
I was able to fix my problem using window.location.reload(); at the end of my AJAX call. For whatever reason this wasn't required in IE. I'm guessing that IE automatically reloads when XMLHttpRequestObject returns something. Or maybe the implementation of form values is just totally different. Anyone know?