Skip to content

Instantly share code, notes, and snippets.

@kaitwalla
Created May 14, 2013 04:16
Show Gist options
  • Save kaitwalla/5573648 to your computer and use it in GitHub Desktop.
Save kaitwalla/5573648 to your computer and use it in GitHub Desktop.
Get parent url from iframe (JS)
var url = (window.location != window.parent.location) ? document.referrer: document.location;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment