window.open('url,'name','feature');
window.open('http://www.naver.com','naver','width=400,height=500,location=yes');
window.open('http://www.naver.com','naver','width=400,height=500,location=yes');
옵션 목록
※ 기본값은 yes이다.하지만 한개라도 속성을 적용할 경우, 그 속성을 제외한 나머지 속성은 기본값이 모두 no가 된다.
※ no=0, yes=1과 같다.
height : 높이
width : 너비
top : 상단에서의 거리
left : 좌측에서의 거리
resizable : 창크기 조절
scrollbars : 스크롤 바
menubar : 상단 메뉴
toolbar : 상단 툴바
location : 주소 입력창
directories : 연결
status : 하단 상태바
fullscreen : 전체 화면
팝업창 닫기 스크립트
window.close();
트랙백 주소 :: http://sunspell.net/116/trackback/


