|
|
|
16년 전
|
조회 1,591
|
|
|
|
16년 전
|
조회 1,056
|
|
|
|
16년 전
|
조회 1,227
|
|
|
|
16년 전
|
조회 986
|
|
|
|
16년 전
|
조회 990
|
|
|
|
16년 전
|
조회 1,533
|
|
|
|
16년 전
|
조회 920
|
|
|
|
16년 전
|
조회 858
|
|
|
|
16년 전
|
조회 1,005
|
|
|
|
16년 전
|
조회 1,549
|
|
|
|
16년 전
|
조회 1,091
|
|
|
|
16년 전
|
조회 1,420
|
|
|
|
16년 전
|
조회 1,146
|
|
|
|
16년 전
|
조회 1,470
|
|
|
|
16년 전
|
조회 1,554
|
|
|
|
16년 전
|
조회 1,019
|
|
|
|
16년 전
|
조회 1,068
|
|
|
|
16년 전
|
조회 901
|
|
|
|
16년 전
|
조회 762
|
|
|
|
16년 전
|
조회 776
|
댓글 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 -->
상세히 소스완판을 다 알려주시니 잘 적용해보겠습니다
고맙습니다~~