开发者

How to get parent link of fancybox?

开发者 https://www.devze.com 2023-01-31 23:30 出处:网络
How to get parent window URL inside a child window of f开发者_如何学编程ancy boxIf you\'re referring to accessing the containing document\'s URL from an iframe, try:

How to get parent window URL inside a child window of f开发者_如何学编程ancy box


If you're referring to accessing the containing document's URL from an iframe, try:

window.top.location.href
0

精彩评论

暂无评论...
验证码 换一张
取 消