N
nodiseos
I have a page that has mulitple iframes each of which grabs a web page.
he problem is I have no control over these web pages and some of them
have a refresh if they are not the top browser, probably some code like
this:
if (top.location != self.location) {
top.location = self.location.href;
}
Is there anyway I can prevent these occasional pges from taking control
oer my main page?
he problem is I have no control over these web pages and some of them
have a refresh if they are not the top browser, probably some code like
this:
if (top.location != self.location) {
top.location = self.location.href;
}
Is there anyway I can prevent these occasional pges from taking control
oer my main page?