Änderungen Kommunikation implementiert zwischen iFrame und Fenstern.

This commit is contained in:
ja
2021-09-27 16:40:55 +02:00
parent a959ff1c93
commit 6b6faa826d
4 changed files with 35 additions and 22 deletions

View File

@@ -283,10 +283,6 @@
};
</script>
<script type="text/javascript">
window.onmessage = function (event) {
if (event.data == 'reply') {
console('Reply received!');
}
};
alert(window.frame1.zipphone1_1)
</script>
</asp:Content>