I am currently developing an app that will be loaded through iframe and I am interested in fetching URL from parent site.
Asked
Active
Viewed 430 times
1 Answers
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