How to make a given link from an iframe click on the entire page

Asked

Viewed 71 times

0

Example:

<iframe scr="https://www.google.com/?gfe_rd=cr&ei=WKaFVtKXJ8yG8Qec97KwCg#q=stack+overflow"></iframe>

A simple google search for the Stack Overflow site

I wanted that when clicked on the link (en.stackoverflow.com), it would upload the entire page to the respective link.


In short, that a particular iframe link was loaded as a normal page (ie using refresh).

  • There is no way to do this because there is no way you can change the behavior of external pages within iframe.

  • @Davidfernandes in cazo the page that will be will be mine in the login part so that after he login he accesses normal with redfresh

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.