在该网站上使用iframe:
https://prahl-barsoe.de/infogate/
如何更改此外部iframe形式的元素?
此表格仅适用于德语,我也需要英语填写。 https://webapps.dbh.de/acfs-infogate-pub?mandant=PUB&pretty=true&emailHinweis=true
<button onclick="change()">Change</button>
<script>
const myIframe = document.getElementById("myIframe");
function change() {
const iframeWindow = myIframe.contentWindow;
console.log(iframeWindow.document);
}
</script>
错误: 未捕获到的DOMException:阻止了源为“ https://prahl-barsoe.de”的帧访问跨域帧。 变化时(https://prahl-barsoe.de/infogate/:228:149) 在HTMLButtonElement.onclick(https://prahl-barsoe.de/infogate/:226:32)