我有一个空的 iframe 和一个按钮:
<input type="button" name="B1" value="google"
onclick="frames['IFrameName1'].location.href='https://www.google.com/'">
但是(除了.location.href)我需要设置属性sandbox="allow-forms allow-scripts allow-same-origin
,因为框架站点“deframes”。如何设置位置和沙箱?