blob: a62558c366a0cfc3ef34552b00b5834f80443f68 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!DOCTYPE html>
<html>
<body>
<div>
<div style="float: left; padding-top: 20px">
<a href="#" onclick="parent.postMessage({msg: 'DONE'}, '*'); return false;">test</a>
</div>
</div>
<div style="position: absolute">
A
</div>
B
</body>
</html>
|