<script type="text/javascript">
function popup_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 ( popup_getCookie( "150324" ) != "done" ) {
var popImg3 = new Image();
popImg3.src = "/popup/image/pop_150324.gif";
popImg3.onload = function () {window.open('/popup/pop_150324.html','_blank','width='+popImg3.width+',height='+popImg3.height+',noresize,menubar=no,status=no,toolbar=no');};
}
if ( popup_getCookie( "150403" ) != "done" ) {
var popImg3 = new Image();
popImg3.src = "/popup/image/pop_150403.gif";
popImg3.onload = function () {window.open('/popup/pop_150403.html','_blank','width='+popImg3.width+',height='+popImg3.height+',noresize,menubar=no,status=no,toolbar=no');};
}
*/
*/
</script>
'JAVASCRIPT_JQUERY' 카테고리의 다른 글
node js 아파치 읽어볼 자료 (0) | 2020.11.07 |
---|---|
Table row 위치 변경 스트립트 (0) | 2020.04.03 |
체크박스 값 배열로 ajax넘기기 (0) | 2020.01.08 |
자주 사용하는 자바스크립트 (0) | 2013.10.21 |