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