묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
팝업창 질문 ㅠㅠ
2010.09.07 16:24
홈페이지가 새롭게 리뉴얼 되면서 전에 index.html 에 있던
이 코드를 복사해서 옮겨놨는뎅...ftp상에서요...
근데도 팝업이 안뜨네용...ㅠㅠㅠ
소스가 잘못된건가용...
스크립트에 넣어놨거든요...ㅠㅠ흑흑 좀 봐주세요
<!--
//공지사항 팝업 페이지 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("notic1") !="done"){ noticeWindow = window.open('popup/popup_2010_03_04.htm', 'notice1', 'scrollbars=no,resizable=no,copyhistory=no,status=no,width=250,height=236,left=746,top=200' );
noticeWindow.opener = self;
}
if(getCookie("notic2") !="done"){ noticeWindow = window.open('popup/popup_2010_09.htm', 'notice2', 'scrollbars=no,resizable=no,copyhistory=no,status=no,width=278,height=415,left=458,top=200' );
noticeWindow.opener = self;
}
if(getCookie("notic3") !="done"){ noticeWindow = window.open('popup/popup_2010_092.htm', 'notice3', 'scrollbars=no,resizable=no,copyhistory=no,status=no,width=278,height=415,left=170,top=200' );
noticeWindow.opener = self;
} -->//-->
//공지사항 팝업 페이지 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("notic1") !="done"){ noticeWindow = window.open('popup/popup_2010_03_04.htm', 'notice1', 'scrollbars=no,resizable=no,copyhistory=no,status=no,width=250,height=236,left=746,top=200' );
noticeWindow.opener = self;
}
if(getCookie("notic2") !="done"){ noticeWindow = window.open('popup/popup_2010_09.htm', 'notice2', 'scrollbars=no,resizable=no,copyhistory=no,status=no,width=278,height=415,left=458,top=200' );
noticeWindow.opener = self;
}
if(getCookie("notic3") !="done"){ noticeWindow = window.open('popup/popup_2010_092.htm', 'notice3', 'scrollbars=no,resizable=no,copyhistory=no,status=no,width=278,height=415,left=170,top=200' );
noticeWindow.opener = self;
} -->//-->