<a href="#popupVideo" data-rel="popup" data-position-to="window" class="ui-btn ui-corner-all ui-shadow ui-btn-inline">Launch video player</a>
<div data-role="popup" id="popupVideo" data-overlay-theme="b" data-theme="a" data-tolerance="15,15" class="ui-content">
<iframe src="https://xxxx.net" width="497" height="298" seamless=""></iframe>
</div>
我想,在彈出的窗口中添加的iframe但它顯示我的錯誤 在一個框架,因爲它設置'X-Frame-Options'改爲'SAMEORIGIN,SAMEORIGIN'。在一個框架,因爲它設置「X-框架 - 選項」到「SAMEORIGIN,SAMEORIGIN」
現在該做什麼?
是,這是我們工作的領域。 –