Skip to content

Instantly share code, notes, and snippets.

@slav123
Created September 17, 2013 04:00
Show Gist options
  • Save slav123/6589933 to your computer and use it in GitHub Desktop.
Save slav123/6589933 to your computer and use it in GitHub Desktop.
how to check if website is within 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