iframe click link it opens in parent page rather than in iframe page.
Posted
by Khou
on Stack Overflow
See other posts from Stack Overflow
or by Khou
Published on 2010-06-15T11:46:32Z
Indexed on
2010/06/15
11:52 UTC
Read the original article
Hit count: 169
JavaScript
|iframe
User clicks on URL hyperlink (http://example.com) within a iframe dialog window, dialog window closes and link is open in parent page.
how do you open the clicked link in the parent page instead of inside the iframe page?
© Stack Overflow or respective owner