All of a sudden, this doesn't work for me:
<script type="text/javascript">
window.opener.startLoad();
self.close();
</script>
I get the following from firebug.
Permission denied to get property Window.startLoad
[Break on this error] window.opener.startLoad();
I am not even sure why it says properly "Window.startLoad" since "startLoad" is a function??
This was working yesterday, the day before and the day before...I am racking my brains why this isn't working any more?
Any help?