我通过cordova开发一个web app,思路是在index.html中内嵌一个iframe框架置入主站,然后通过index.html的重新设计菜单,html代码如下:
<iframe src="#.html" frameborder="0"></iframe>
我已经通过js将主站的所有标签的target属性修改值为"_self",但是在app中仍没有用,依然跳出框架!!!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号
target="_parent"