Skip to content

Instantly share code, notes, and snippets.

@masiorama
Created January 4, 2013 15:27
Show Gist options
  • Save masiorama/4453442 to your computer and use it in GitHub Desktop.
Save masiorama/4453442 to your computer and use it in GitHub Desktop.
JavaScript: frameTargetParent
if (window != window.top) {
/* inside the frame */
} else {
/* inside the parent */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment