[HTML] HTML 페이지 Unload할 때 페이지 띄우기
2003.10.20
body 태그의 onunload 이벤트를 주목하자.
<html>
<head></head>
<script language="JavaScript">
function popup() {
window.open('http://mau.eg.to', 'popup', s='top=0,left=0,width='+(screen.availWidth-10)+',height='+(screen.availHeight-70)+',toolbar=yes,status=0,scrollbars=yes,resizable=0');
}
</script>
<body bgcolor="#ffffff" text="#000000" onunload="popup()">
<SCRIPT language=JavaScript>
function popup() {
window.open('http://mau.eg.to', 'popup', s='top=0,left=0,width='+(screen.availWidth-10)+',height='+(screen.availHeight-70)+',toolbar=yes,status=0,scrollbars=yes,resizable=0');
}
</SCRIPT></BODY></html>
반응형
'IT-개발,DB' 카테고리의 다른 글
[용어] 유비쿼터스(Ubiquitous) (0) | 2016.07.16 |
---|---|
[CppBuilder] ClassName 비교하여 작업하기 ClassName(), ClassNameIs() (0) | 2016.07.16 |
[HTML/JAVASCRIPT] HTML 오픈할 때 전체화면 만들기 (0) | 2016.07.16 |
[컴퓨터] 소리로 진단하는 컴퓨터 에러 (0) | 2016.07.06 |
마이크로소프트사의 저작권 관련 정보 제공 (0) | 2016.07.06 |
댓글