blob: 1bb8a80620c619a55b3b0ba32fa1eef7329164a0 [file] [log] [blame]
<html>
<head>
<title>One</title>
<script>
function createDifferentWindow() {
window.open('openclose_two.html', 'window2', 'status=0,toolbar=0');
window.close();
}
</script>
</head>
<body onLoad="createDifferentWindow();">
</body>
</html>