标签: javascript jquery html html5
我有一个包含html的iframe。 但是当html包含脚本时,iframe会执行它。 有没有办法阻止它?
答案 0 :(得分:3)
启用沙箱是一种简单的方法。
<iframe src="http://www.cnn.com" width="600" height="600" sandbox=""></iframe>
http://www.w3schools.com/tags/att_iframe_sandbox.asp
答案 1 :(得分:1)
我认为您可以在以下链接中找到答案。向下滚动以在iframe中禁用JavaScript。
http://www.iframehtml.com/iframe-scripts.html