팝업소스(팝업띄우기)
팝업소스
1. 오늘하루열지않기 포함 소스
2. 일반 팝업창
두가지 소스 입니다. 첨부파일 확인하세요.
[출처] 팝업소스(팝업띄우기)|작성자 이노웹
-------------------------------------------------------
<script language="javascript">
window.open("주소입력","MR","location=0,directoryies=0,resizable=0,staus=0,toolbar=nomemubar=0,width=이미지크기,height=이미지크기,top=0,left=0");
</script>
location : 주소표시줄
directoryies : 연결
resizable : 크기조절
staus : 상태표시줄
toolbar : 표시단추
memubar : 메뉴
width : 새창 너비
height : 새창 높이
left : 새창 왼쪽 위치
top : 새창 위쪽 위치
-------------------------------------------------------
|