HI all,

I really don't like IE8!

Here's the problem. I have a help site that runs on a different server than my main site. In every browser EXECPT IE, the help chat link works without any type of error or security warning.

However, in IE8, I get a popup box that says "This page is accessing information that is not under it's control...".

In IE7 I get an error box in the lower left hand corner that says "Access is denied".

I don't see either in Firefox, Chrome or Safari.

Here's the code that is causing the problem:
Code:
                        <!--- add the live support chat button  -->
                        <script src='http://xxx.xxx.xxx.xxx/.../Support-Image-Button.js.aspx'></script><br />
                        <!--- add the live support visitor monitor tag  -->
                        <script src='http://xxx.xxx.xxx.xxx/.../Support-Visitor-monitor.js.aspx'></script>
What do I need to do to get IE to shut up about this? Or is it even possible?