Just as a note, this also sounds as though it could be a case of city_coder's version of the function:
Code:
onclick="ajaxFunction(this.value)"
simply not working in IE. It may have nothing to do with the approach used to assign the event, all of which in this thread look as though they should, or could work. Also, depending upon the IE version used, 7 to be exact, due to a new approach taken by MS to the request object, IE 7 often won't do AJAX scripted requests locally, the pages must be live (or the AJAX script can be edited to allow it to work locally as well).
Please post a link to the page on your site that contains the problematic code so we can check it out.
Bookmarks