I have a webpage with an embedded iframe that is making ajax requests. However, when I click on a link, it opens in the iframe instead of the main window. I tried using this JavaScript code:
window.parent.location.href = url of link
but it didn't work. Does anyone have a better idea for handling this issue?
Additionally, I need popups to appear on hover over the links, but right now they are being clipped by the main page.
Thank you!