<script language="javascript">
self.opener=self;
self.close();</script>
방법 2 : 프래임 속에있을때 닫는 법
top.opener=self;
top.close();
</script>