You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
708 B
24 lines
708 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<meta name="referrer" content="never">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Title</title>
|
|
</head>
|
|
<body>
|
|
<iframe
|
|
allowfullscreen allow="microphone;camera;midi;encrypted-media;autoplay;"
|
|
width="1000px" height="800px" src="https://aixt.ricitech.com/openmeetings/hash?secure=e9e33ac7-7139-4e20-8e9d-da29ecbf600f"></iframe>
|
|
</body>
|
|
</html>
|
|
|
|
<script>
|
|
window.onload = function() {
|
|
let targetOrigin = 'https://aixt.ricitech.com';
|
|
window.frames[0].postMessage('index.html 的 data!', targetOrigin);
|
|
}
|
|
window.addEventListener('message', function(e) {
|
|
console.log('index.html 接收到的消息:', e.data);
|
|
});
|
|
</script>
|