If a site is not Allowed, where should window.parent.location open?
URL: http://www.sandboxie.com/
Right hand side, under '30 September 2009', there is a 'Download Sandboxie' link.
If sandboxie is not Allowed, the download page opens in that frame on the right side.
If sandboxie is Allowed, then the existing page is replace with the download page.
Is that expected behavior?
Code: Select all
<li> Version 3.40 of Sandboxie is now available for download. <a href="/#" onclick="window.parent.location = 'http://www.sandboxie.com/index.php?DownloadSandboxie'; return false;">Download Sandboxie</a>.
</li>