javascript - iframe click link it opens in parent page rather than in iframe page -
User clicks the URL hyperlink () in the iframe dialog window, the dialog window closes and the link opens on the original page is.
How do you open links in the page instead of inside the iframe page?
on iFrame
page:
& lt; A href = "javascript: parent.window.location.href = 'http: //cnn.com/';" & gt; Go to CNN & lt; / A & gt;
Comments
Post a Comment