반응형
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>
반응형
'프로그램 관련 > jquery&jsp&HTML' 카테고리의 다른 글
json 형태 데이터 생성하기 (0) | 2018.08.22 |
---|---|
캐쉬 삭제하기 (0) | 2018.08.22 |
특정문자 삭제 replace 사용하기 string 자르기 , 삭제 (0) | 2018.08.16 |
select box disabled 하기 선택안되게하기 (0) | 2018.08.16 |
table 엑셀 다운받기 (0) | 2018.08.14 |