Some tests.

This commit is contained in:
Håvar Aambø Fosstveit
2019-10-24 09:03:30 +02:00
parent a8149d29d8
commit bf754d4797
4 changed files with 37 additions and 13 deletions
+14
View File
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<title>Multiparty Meeting</title>
</head>
<body>
<script type='text/javascript'>
window.opener.receiveFromChildWindow('Data from child window!');
window.close();
</script>
</body>
</html>