È£ÅÚ ÀÎÁ¢ °º¯ºÏ·Î¿¡¼ÀÇ ÁøÃâ...
[re] µ¹ÀÜÄ¡¹®ÀÇ¿ä
µ¹ÀÜÄ¡¹®ÀÇ¿ä
¹®ÀÇ µå¸³´Ï´Ù
¿¬È¸Àå Æ¯¼±¸Þ´º OPEN
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( "Notice1" ) != "done" ){ var window_left = (screen.width-20)/2; var window_top = (screen.height-1000)/2; window.open('../popup/pop2009.php','pop1','width=443,height=350,scrollbars=no,top=' + window_top + ',left=' + window_left + ''); // ÆË¾÷À©µµ¿ìÀÇ °æ·Î¿Í Å©±â¸¦ ¼³Á¤ Çϼ¼¿ä }