Skip to content

Instantly share code, notes, and snippets.

@tomashanacek
Created October 9, 2012 16:49
Show Gist options
  • Save tomashanacek/3859995 to your computer and use it in GitHub Desktop.
Save tomashanacek/3859995 to your computer and use it in GitHub Desktop.
iframe redirect problem
if (window.top != window.self) {
window.top.location = window.self.location;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment