Skip to content

Instantly share code, notes, and snippets.

@randy-johnson
Created September 14, 2011 00:02
Show Gist options
  • Save randy-johnson/1215518 to your computer and use it in GitHub Desktop.
Save randy-johnson/1215518 to your computer and use it in GitHub Desktop.
In IFrame?
var isInIFrame = (window.location != window.parent.location) ? true : false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment