Results 1 to 2 of 2

Thread: How to avoid cross scripting errors in IE8?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Dec 2005
    Posts
    323

    How to avoid cross scripting errors in IE8?

    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?

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: How to avoid cross scripting errors in IE8?

    Hello,

    My first guess would be to add both servers into either the Trusted Sites or the Intranet Sites section of Internet Explorer. However, this would need to be done on every machine that was accessing the site, which would be a bit of a pain.

    Give it a try though and see how you get on.

    Gary

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width