只允许在iframe中打开网站

时间:2019-09-26 13:01:25

标签: browser

是否可以在不使用JS的情况下限制在iframe外部打开网站页面?

使用JS可以做到这一点:

if ( window.location !== window.parent.location ) {
  // Show website content
} else {
  // Redirect to website where this website embedded
}

0 个答案:

没有答案