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>