blob: f2ef83ee1a5cca4b8ab898fba265a9302a79fdcf [file] [log] [blame]
<!doctype html>
003-2
<script>
onload = function() {
parent.postMessage("004-2", "*")
setTimeout(function() {history.go(-1)})
}
onunload = function() {location = "004-3.html"}
</script>