Lets say you have an iframe:
<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>
It has it source locally, which is a interactive map. The map contains links. The goal is to open the link in the window that you already are, not in the iframe itself (on the page).
Is this possible?
/Thnx