본문으로 바로가기

1. 새창으로 열기

window.open('URL', '새창의 Title', 'height=400, width=300, resizable=yes, scrollbars=yes')


2. 새창 닫기

window.close()