Ok, so here is the situation. It seems that the version of JQuery that is used with Dolphin 7.0.4 (which is version v 1.3.2) doesn't seem to want to play well with Internet Explorer 8, especially when it comes to java applets. I found this out using one of my mods.
JQuery (version 1.4.3 - current) resolves these issues with IE 8. So, I decided to replace the plugins/jquery/jquery.js with the newest version. Low and behold it did fix my problem. But unfortunately I found another. Seems my simple messenger does not want to update the new messages sent to members without reloading the whole page.
In troubleshooting, I replace the jquery.js with the original one, and the simple messenger works fine. Now so far I didnt see any other issues using the newest JQuery except for the simple messenger. So here is what I need to know.
I would like to have the 2 separate version of JQuery available on the site (example jquery.js (newest) and jquery1.js (older version)
How can I tell a specific module, such as the simple messenger to use jquery1.js instead of jquery.js?
BTW, I wasn't the only one who has had this issue. There is a ticket for it at JQuery. The resolution is to upgrade to the newest version.
