|
|
|
16년 전
|
조회 1,592
|
|
|
|
16년 전
|
조회 1,057
|
|
|
|
16년 전
|
조회 1,230
|
|
|
|
16년 전
|
조회 988
|
|
|
|
16년 전
|
조회 992
|
|
|
|
16년 전
|
조회 1,535
|
|
|
|
16년 전
|
조회 924
|
|
|
|
16년 전
|
조회 860
|
|
|
|
16년 전
|
조회 1,009
|
|
|
|
16년 전
|
조회 1,551
|
|
|
|
16년 전
|
조회 1,093
|
|
|
|
16년 전
|
조회 1,422
|
|
|
|
16년 전
|
조회 1,146
|
|
|
|
16년 전
|
조회 1,472
|
|
|
|
16년 전
|
조회 1,555
|
|
|
|
16년 전
|
조회 1,020
|
|
|
|
16년 전
|
조회 1,069
|
|
|
|
16년 전
|
조회 903
|
|
|
|
16년 전
|
조회 763
|
|
|
|
16년 전
|
조회 777
|
댓글 2개
<script language="javascript">
<!--
function setCookie( name, value, expiredays ){
var todayDate = new Date();
todayDate.setDate( todayDate.getDate() + expiredays );
document.cookie = name + "=" + escape( value ) + "; path=/; expires=" + todayDate.toGMTString() + ";"
}
function getCookie( name ){
var nameOfCookie = name + "=";
var x = 0;
while ( x <= document.cookie.length ) {
var y = (x+nameOfCookie.length);
if ( document.cookie.substring( x, y ) == nameOfCookie ) {
if ( (endOfCookie=document.cookie.indexOf( ";", y )) == -1 ) endOfCookie = document.cookie.length;
return unescape( document.cookie.substring( y, endOfCookie ) );
}
x = document.cookie.indexOf( " ", x ) + 1;
if ( x == 0 ) break;
}
return "";
}
//첫번째 새창띄우기 시작
if ( getCookie( "popup01" ) != "done" ){
noticeWindow = window.open('./popup/popup_01.php','window','width=340,height=320,top=0,left=0,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
noticeWindow.opener = self;
}
//두번째 새창띄우기 시작
if ( getCookie( "popup02" ) != "done" ){
noticeWindow = window.open('./popup/popup_02.php','window2','width=560,height=434,top=0,left=100,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
noticeWindow.opener = self;
}
//두번째 새창띄우기 시작
if ( getCookie( "popup03" ) != "done" ){
noticeWindow = window.open('./popup/popup_03.php','window4','width=350,height=534,top=0,left=200,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
noticeWindow.opener = self;
}
//두번째 새창띄우기 시작
if ( getCookie( "popup04" ) != "done" ){
noticeWindow = window.open('./popup/popup_04.php','window5','width=454,height=480,top=0,left=300,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');
noticeWindow.opener = self;
}
-->
</script>
<!--팝업창 소스 end -->
상세히 소스완판을 다 알려주시니 잘 적용해보겠습니다
고맙습니다~~