0

I am currently developing an app that will be loaded through iframe and I am interested in fetching URL from parent site.

1 Answers1

0

top != self -> true if framed

top.location.href -> get url of top page

window.parent.location.href -> get url of parent

Error404
  • 719
  • 9
  • 30