H5_0039:iframe 页面嵌套格式
Posted eliteboy
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了H5_0039:iframe 页面嵌套格式相关的知识,希望对你有一定的参考价值。
scrolling="no" 是否有滚动条
frameborder="no" 是否有边框
allowtransparency="yes" 是否背景透明
<iframe name="son" id="OneF" src="fwlc.html"
style="position: absolute; width: 100%; height: 100%;"
width="100%" height="100%" scrolling="no" frameborder="no" allowtransparency="yes" security="restricted" sandbox="allow-top-navigation allow-same-origin allow-forms allow-scripts"></iframe>
"" | 应用以下所有的限制。 |
allow-same-origin | 允许 iframe 内容被视为与包含文档有相同的来源。 |
allow-top-navigation | 允许 iframe 内容从包含文档导航(加载)内容。 |
allow-forms | 允许表单提交。 |
allow-scripts | 允许脚本执行。 |
以上是关于H5_0039:iframe 页面嵌套格式的主要内容,如果未能解决你的问题,请参考以下文章