blob: 945c8d81f8271cc9f67b01b5f0040f76651fd8d0 [file] [log] [blame]
<!doctype html>
2
<script>
onunload = function() {}
opener.pages.push(2);
onload = function() {
setTimeout(function() {
document.write("<!doctype html>3<script>opener.pages.push(3); if(!opener.started) {opener.started = true; history.go(-1);}<\/script>");
document.close();
}, 100);
}
</script>