본문 바로가기

프로그램/html/css

[javascript]창닫기시 확인 안뜨게 하기.






<script>

function closeMe()

{

   self.opener=self;

   self.close();

}

</script>