an error has occurred with the script on this page

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • peepaw
    New Member
    • Mar 2010
    • 1

    an error has occurred with the script on this page

    I get a 'an error has occurred with the script on this page' ONLY when leaving my web page using IE. Everythings fine in Mozilla Firefox. I have tried both 32 and 64 bit IE, and neither fixes the problem. Its probably an error in the script, but it is only a personal set of web pages that I made, and I am a novice at HTML, to put it mildly. I believe the music player is causing the problem, but it looks so good when working, and works great too. I do not get the error message until I attempt to leave the page, and must click 'yes' numerous times when asked if I want to continue to allow the script. TRhis is the web page in question..... http://black111.home.c omcast.net/~black111/entertainment.h tml
    I have run out of ideas on how to fix it. Any help would be great.
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5390

    #2
    there seems to be a cross-domain issue ... in chromium i spotted:
    Code:
    Unsafe JavaScript attempt to access frame with URL
    
    http://black111.home.comcast.net/~black111/entertainment.html 
    
    from frame with URL 
    
    http://home.comcast.net/~black111/mp3player/ep_player.swf. 
    
    Domains, protocols and ports must match.
    you might have a look here and set the document.domain property to home.comcast.ne t ... and then check whether the error persits or not ...

    kind regards

    Comment

    Working...