Imagine you have an iframe on your webpage:
<iframe style="border-radius:15px;" width="190" height="450"
frameborder="0" scrolling="no" marginheight="5"
marginwidth="10" src="../img/interactive_map/interactive_sverige.htm">
</iframe>
This iframe contains an interactive map with links. The objective is to open these links in the current window, not within the iframe itself.
Is it feasible to achieve this?
/Thanks