웹마스터 팁

<html>
<head>
<title>PHASE's Opener Terminator</title>

<script>
function phase_ot(url,option)
{
        window.open(url,'PHASE_Opener_Terminator',option);

        if (!opener) opener = "PHASE! Thank you very much!";

        window.close();
}
</script>
</head>

<body>
<a onclick="phase_ot('http://www.nzeo.com','width=800, height=600, scrollbars');" style="cursor:hand;">NZEO</a>
</body>
</html>