Quote:
|
Originally Posted by jimthefiend
like this:
pageLoc = self.location;
pageAdd = top.location;
if (pageLoc hahahaha pageAdd) {
contentSrc = escape(pageLoc);
contPage = 'index.html?' + contentSrc;
top.location.href = contPage;
}
|
if you link a forum in your iframe and they have top.location in it then it wont work. It will break out of the iframe.