SMALL
left와 top 값을 0 으로 주시면 됩니다.
<script language=javascript>
function popConcert(){
noticeWindow = window.open('http://nibr.go.kr/exhibit/reserve_imsi/reserve_guide.jsp','bluesky','width=700,height=760,top=0,left=200,scrollbars=yes' );
noticeWindow.opener = self;
}
</script>
LIST
'Jquery' 카테고리의 다른 글
jquery 부모 창 데이터 받아오기 (0) | 2018.10.04 |
---|---|
alert 창 줄 개행하기 , 줄바꿈하기 (0) | 2018.09.10 |
select box disabled 하기 (선택안되게하기) (0) | 2018.08.17 |
jquery 제이쿼리 after() 뒤에추가하기 (0) | 2018.02.21 |
jquery 제이쿼리 자식 노드 다루기 (0) | 2018.02.21 |