```javascript if (self === top) { // The page is not in an iframe document.body.style.display = "block"; } else { // The page is in an iframe top.location = self.location; } ```
top of page

NEWS

READ OUR LATEST BLOG POST...

bottom of page