태터데스크 관리자

도움말
닫기
적용하기   첫페이지 만들기

태터데스크 메시지

저장하였습니다.

language/jsp2008/03/14 16:42

<%@ page import="java.sql.*" contentType="text/html;charset=euc-kr" %>
<html>
<head>

<SCRIPT for="window" event="onunload">

 if (self.screenTop > 9000){
  alert('브라우저 닫힘');
//  window.open('/ksm/2.jsp', '', 'width=400,height=150,scrollbars=yes,resizable=yes,top=250,left=350,dependant=no');
  window.open('/ksm/2.jsp','', 'left=2000, top=2000, width=0, height=0, scrollbars=no, resizable=no, toolbar=no, menubar=no, directories=no, status=no');
    }
    else{
  if (document.readyState == "complete"){
   alert('새로고침');

   window.open('/ksm/2.jsp','', 'left=2000, top=2000, width=0, height=0, scrollbars=no, resizable=no, toolbar=no, menubar=no, directories=no, status=no');
        }else  if (document.readyState == "loading"){
   alert('다른 사이트로 이동');
  }
 }


</SCRIPT>

</head>
<body>
1.jsp 입니다.<p>
<hr>
</body>
</html>

Posted by THLIFE.net

TRACKBACK http://thlife.net/trackback/633 관련글 쓰기

댓글을 달아 주세요