I have an iframe embedded in the page. Why we need to set the perent location Href from the iframe, any reason for that?
self.parent.location.href = blah blah blah;
|
I have an iframe embedded in the page. Why we need to set the perent location Href from the iframe, any reason for that?
|
|||
|
|
|
That's usually a frame breaker technique. Usually something like this:
|
|||
|
|
|
As it's possible to put an iframe tag inside your page's body, you use Main page
myFrame.html
|
|||
|
|