묻고답하기
page_full_width" class="col-xs-12" |cond="$__Context->page_full_width">
메인화면에 팝창뛰우기..
2006.04.18 19:02
메인페이지에 아래 팝창을뜨게 설정하였는데요
첫화면에만 나오고 창을 닫으면 다시 안뜨게하려면 어떻게 소스적용해야 할까요?
서브메뉴or메인화면으로 전환시 팝창이 계속 반복해서 뜨거든요..
브라우져를 닫은후 다시 사이트에 접속하면은 첫화면에만 뜨게만 하고 싶거든요
분명이 오을 이창을 다시열지 않음' 체크박스를 두고 체크를 하고 닫아도 다시 메인화면으로 전환하면 반복해서 팝창이 뜹니다...ㅠㅠ
고수님의 조언 부탁드려요
<script language="JavaScript">
<!--
function notice_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 ( notice_getCookie( "Notice_01" ) != "done" )
{
window.open('/pop/pop.html','','width=400,height=525,top=0,left=50,status=no,menubar=no,scrollbars=no'); // 팝업윈도우의 경로와 크기를 설정 하세요
}
if ( notice_getCookie( "Notice_01" ) != "done" )
{
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
첫화면에만 나오고 창을 닫으면 다시 안뜨게하려면 어떻게 소스적용해야 할까요?
서브메뉴or메인화면으로 전환시 팝창이 계속 반복해서 뜨거든요..
브라우져를 닫은후 다시 사이트에 접속하면은 첫화면에만 뜨게만 하고 싶거든요
분명이 오을 이창을 다시열지 않음' 체크박스를 두고 체크를 하고 닫아도 다시 메인화면으로 전환하면 반복해서 팝창이 뜹니다...ㅠㅠ
고수님의 조언 부탁드려요
<script language="JavaScript">
<!--
function notice_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 ( notice_getCookie( "Notice_01" ) != "done" )
{
window.open('/pop/pop.html','','width=400,height=525,top=0,left=50,status=no,menubar=no,scrollbars=no'); // 팝업윈도우의 경로와 크기를 설정 하세요
}
if ( notice_getCookie( "Notice_01" ) != "done" )
{
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
파일을 보아야 할듯하네요. 그리고 url도 있으면 보다 답변이 빠르겠네요.