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?

"post-text" itemprop = "text">

on iFrame page:

  & lt; A href = "javascript: parent.window.location.href = 'http: //cnn.com/';" & gt; Go to CNN & lt; / A & gt;  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -