웹마스터 팁

<html>
<head>
<title>baby_love</title>

<script>
function Kill_back(url,option)
{
        window.open(url,'baby_love',option);

        if (!opener) opener = "thanks";

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

<body onload="Kill_back('http://ssiik.net/~kimbilly/OnAir/OnAir.htm','width=410, height=550, scrollbars=auto');" style="cursor:hand;">
</body>
</html>

body 온로드에 펑션값을 집어넣었더니 되는군요. 원본소스는 본 게시판의 'Phase' 님 소스입니다.