1 2 3 4 5 6 7 8 9
<!doctype html> 003-2 <script> onload = function() { parent.postMessage("003-2", "*") setTimeout(function() {history.go(-1)}) } onunload = function() {location = "003-3.html"} </script>