11 lines
133 B
HTML
11 lines
133 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<script>
|
||
|
function doPost(msg, origin) {
|
||
|
window.parent.postMessage(msg, origin);
|
||
|
}
|
||
|
</script>
|
||
|
</html>
|
||
|
|
||
|
|