function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Vaclav LukasekVaclav Lukasek 

JS access to window.parent .... on visual force page

Its caused because Page is loaded from different domain:
Sample I loaded page:
https://zoom--sandbox1.cs15.my.salesforce.com/
But component with visual page contains https://zoom--sandbox1--c.cs15.visual.force.com/apex/
And because first domain contains 'my' and second one 'visual', it will be killed by Browser as Crossdomain scripting
I also like to know some workaround
Vaclav LukasekVaclav Lukasek
Cause JS failure Permission denied to access property. Workaround by using S-Control is no longer supported. Is there another solution? Otherwise in Summer2015 release some of functionallity will stop working