I get this error on Chrome:
Unsafe JavaScript attempt to access frame with URL1 from frame with URL2
I searched for this but most places there is actually an Iframe used and it tries to access parent.
In my case, I do not have an IFrame, but get this error. It is on page:
http://sikhvideos.org/video-details.asp?id=39
To get the error on Chrome, you click on one of the video clip thumbnails below the main video screen. This results in the content on the Right of Video to be populated. This is done by replacing the content inside the id "width366px".
The code for that is the usual:
document.getElementById("width366px").innerHTML= <data returned by ajaxVideoPartDetails.asp>
All help very much appreciated.
Best Regards sandy