<script langauge="javascript">
 window.open("목적지 경로", "창 이름","fullscreen=yes,location=yes, directories=yes,resizable=yes,status=yes,toolbar=yes,menubar=yes, scrollbars=yes'")
 setTimeout("self.close();", 10000); setTimeout("self.close();", 10000);
</script>

fullscreen <= 말그대로
height      <= 높이
width       <= 넓이
left          <= 새창의 위치 설정 x
top          <= 새창의 위치 설정 y
loaction   <==  주소 표시줄
directories  <== 연결
restizable  <== 크기조절
status  <== 상태표시줄
toolbar  <== 도구모음
menubar <== 메뉴바
scrollbars <== 스크롤 요거는 auto로해 놓을경우 스크롤바가 알아서 생겼다 없어졌다;;   

setTimeout("self.close();", 10000); 
파란색 숫자만큼의 시간이 지나면 빨간색 부분의 명령이 실행하는 것..
알면 좋고 모르면 짜증나는.

팝업차단 설정은... 무지 짜증나는 것 같다 .ㅠㅠ

+ Recent posts