0
我有一個通過iframe作爲facebook頁面選項卡顯示的頁面。我如何確保頁面按預期顯示在iframe中?確保頁面僅在iframe中顯示
我有一個通過iframe作爲facebook頁面選項卡顯示的頁面。我如何確保頁面按預期顯示在iframe中?確保頁面僅在iframe中顯示
你的意思是
如果(上==個體經營)location.replace( 「iframewrapper.html?LOC =」 +逃生(location.href))
你不能總是保證,因爲您的用戶可以總是欺騙瀏覽器,它是你想要的。但你可以試試這個:
if (window!=window.top) { /* In a frame! */ }
else { /* probably reload page and redirect to the page embedding the iframe */ }