[javascript]브라우저 윈도우 팝업(새창) 띄우기

window.open('경로', '팝업 이름', '옵션');


예시) window.open('/test/popup.html', 'popup', 'top=10, left=10, width=500, height=600, status=no, menubar=no, toolbar=no, resizable=no');

댓글