Make links inside an iframe open in a new window

Posted by Breezer on Stack Overflow See other posts from Stack Overflow or by Breezer
Published on 2011-01-03T10:47:25Z Indexed on 2011/01/07 21:54 UTC
Read the original article Hit count: 177

Filed under:
|
|
|
|

I'm trying to display an map inside an iframe that has a needle which on mouseover shows some information about a certain company, the thing is once you click the link the page opens up inside the iframe which ruins the experience, so i was wondering is it possible to make the links inside an iframe open up in a new window instead perhaps using jquery or something similiar?

the code i have atm is

http://www.jsfiddle.net/rkd59/1/

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery