Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已将 iframe 属性设置为
frameborder="no"或者frameborder="0"
frameborder="no"
frameborder="0"
我仍然无法删除 IE 浏览器中的左边框,但它的 Chrome 和 Firefox 浏览器可以正常工作。
我如何摆脱那个边界?
将您的 frameborder 更改为 frameBorder(大写 B)
<iframe src="myFrame" width="500" height="500" frameBorder="0"></iframe>
在IE中,B必须大写才能调整边框
我想要一个表单,在提交和验证后会打开一个包含结果的新选项卡。我使用该<h:form target="_blank"方法获取新选项卡,但它在新选项卡中显示验证错误。如果验证通过,我希望它只打开新选项卡。
<h:form target="_blank"
我的猜测是唯一真正的跨浏览器解决方案是在提交时进行一些 SJAX 验证,但我不确定是否有任何库可以