Ok, so on my website (example-1.com), I have an iFrame displaying another website (example-2.com). On the example-2 site, there's a button that navigates to an admin panel. When the button is clicked, I want a new link (admin.example-1.com) to open in the main browser window as a tab instead of in the iFrame window. Is this possible with JavaScript?