생성
function setCookie( cookieName, cookieValue, expireDate )
{
var today = new Date();
today.setDate( today.getDate() + parseInt( expireDate ) );
document.cookie = cookieName + "=" + escape( cookieValue ) + "; path=/; expires=" + today.toGMTString() + ";"
}
setCookie('이름','값',시간);
사용 불러오기
function getCookie( cookieName ){
var search = cookieName + "=";
var cookie = document.cookie;
// 현재 쿠키가 존재할 경우
if( cookie.length > 0 ){
// 해당 쿠키명이 존재하는지 검색한 후 존재하면 위치를 리턴.
startIndex = cookie.indexOf( cookieName );
// 만약 존재한다면
if( startIndex != -1 ){
// 값을 얻어내기 위해 시작 인덱스 조절
startIndex += cookieName.length;
// 값을 얻어내기 위해 종료 인덱스 추출
endIndex = cookie.indexOf( ";", startIndex );
// 만약 종료 인덱스를 못찾게 되면 쿠키 전체길이로 설정
if( endIndex == -1) endIndex = cookie.length;
// 쿠키값을 추출하여 리턴
return unescape( cookie.substring( startIndex + 1, endIndex ) );
} else{ // 쿠키 내에 해당 쿠키가 존재하지 않을 경우
return false;
}
} else { // 쿠키 자체가 없을 경우
return false;
}
}
getCookie('이름);
삭제
function deleteCookie( cookieName )
{
var expireDate = new Date();
//어제 날짜를 쿠키 소멸 날짜로 설정한다.
expireDate.setDate( expireDate.getDate() - 1 );
document.cookie = cookieName + "= ; expires=" + expireDate.toGMTString() + "; path=/";
}
deleteCookie('이름');
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7730 | 10년 전 | 1284 | ||
| 7729 | 10년 전 | 1096 | ||
| 7728 |
잘살아보자
|
10년 전 | 564 | |
| 7727 |
잘살아보자
|
10년 전 | 461 | |
| 7726 |
잘살아보자
|
10년 전 | 796 | |
| 7725 |
잘살아보자
|
10년 전 | 528 | |
| 7724 |
잘살아보자
|
10년 전 | 431 | |
| 7723 |
잘살아보자
|
10년 전 | 501 | |
| 7722 |
잘살아보자
|
10년 전 | 440 | |
| 7721 |
잘살아보자
|
10년 전 | 476 | |
| 7720 |
잘살아보자
|
10년 전 | 416 | |
| 7719 |
비긴어게인
|
10년 전 | 662 | |
| 7718 |
|
10년 전 | 2503 | |
| 7717 |
잘살아보자
|
10년 전 | 633 | |
| 7716 |
잘살아보자
|
10년 전 | 372 | |
| 7715 |
잘살아보자
|
10년 전 | 409 | |
| 7714 |
잘살아보자
|
10년 전 | 447 | |
| 7713 | 10년 전 | 1751 | ||
| 7712 | 10년 전 | 1684 | ||
| 7711 | 10년 전 | 1070 | ||
| 7710 | 10년 전 | 1353 | ||
| 7709 | 10년 전 | 1487 | ||
| 7708 | 10년 전 | 1439 | ||
| 7707 | 10년 전 | 832 | ||
| 7706 |
별지기천사
|
10년 전 | 549 | |
| 7705 | 10년 전 | 1049 | ||
| 7704 |
ICONdesignstudio
|
10년 전 | 593 | |
| 7703 | 10년 전 | 559 | ||
| 7702 |
|
10년 전 | 687 | |
| 7701 | 10년 전 | 1387 | ||
| 7700 | 10년 전 | 1083 | ||
| 7699 | 10년 전 | 562 | ||
| 7698 | 10년 전 | 1113 | ||
| 7697 | 10년 전 | 5119 | ||
| 7696 | 10년 전 | 616 | ||
| 7695 | 10년 전 | 1654 | ||
| 7694 | 10년 전 | 1019 | ||
| 7693 | 10년 전 | 1519 | ||
| 7692 | 10년 전 | 1255 | ||
| 7691 | 10년 전 | 784 | ||
| 7690 | 10년 전 | 1368 | ||
| 7689 | 10년 전 | 986 | ||
| 7688 | 10년 전 | 575 | ||
| 7687 |
파랑새1597
|
10년 전 | 559 | |
| 7686 | 10년 전 | 804 | ||
| 7685 | 10년 전 | 1328 | ||
| 7684 | 10년 전 | 774 | ||
| 7683 | 10년 전 | 1023 | ||
| 7682 | 10년 전 | 926 | ||
| 7681 | 10년 전 | 625 | ||
| 7680 | 10년 전 | 969 | ||
| 7679 | 10년 전 | 464 | ||
| 7678 | 10년 전 | 697 | ||
| 7677 | 10년 전 | 598 | ||
| 7676 |
|
10년 전 | 921 | |
| 7675 |
|
10년 전 | 1123 | |
| 7674 | 10년 전 | 1030 | ||
| 7673 | 10년 전 | 731 | ||
| 7672 | 10년 전 | 1063 | ||
| 7671 | 10년 전 | 851 | ||
| 7670 | 10년 전 | 614 | ||
| 7669 |
mashmellow
|
10년 전 | 1205 | |
| 7668 | 10년 전 | 686 | ||
| 7667 | 10년 전 | 966 | ||
| 7666 |
senseme
|
10년 전 | 627 | |
| 7665 | 10년 전 | 482 | ||
| 7664 | 10년 전 | 1873 | ||
| 7663 |
mixx애교
|
10년 전 | 957 | |
| 7662 | 10년 전 | 1005 | ||
| 7661 |
hkhkah
|
10년 전 | 762 | |
| 7660 | 10년 전 | 1040 | ||
| 7659 |
커네드커네드
|
10년 전 | 909 | |
| 7658 |
바람돌이팡
|
10년 전 | 640 | |
| 7657 | 10년 전 | 1143 | ||
| 7656 | 10년 전 | 1544 | ||
| 7655 | 10년 전 | 956 | ||
| 7654 |
개발짜증나
|
10년 전 | 839 | |
| 7653 |
네이비칼라
|
10년 전 | 872 | |
| 7652 |
밥먹고합시다
|
10년 전 | 790 | |
| 7651 |
플라이SINJI
|
10년 전 | 1491 | |
| 7650 |
개발짜증나
|
10년 전 | 1387 | |
| 7649 | 10년 전 | 432 | ||
| 7648 |
이미영ㅇㅇ
|
10년 전 | 845 | |
| 7647 | 10년 전 | 413 | ||
| 7646 | 10년 전 | 777 | ||
| 7645 | 10년 전 | 2280 | ||
| 7644 | 10년 전 | 796 | ||
| 7643 |
|
10년 전 | 2844 | |
| 7642 | 10년 전 | 1493 | ||
| 7641 | 10년 전 | 1111 | ||
| 7640 |
개발짜증나
|
10년 전 | 458 | |
| 7639 |
|
10년 전 | 797 | |
| 7638 |
개발짜증나
|
10년 전 | 1100 | |
| 7637 | 10년 전 | 1521 | ||
| 7636 | 10년 전 | 2884 | ||
| 7635 | 10년 전 | 1667 | ||
| 7634 | 10년 전 | 1833 | ||
| 7633 | 10년 전 | 2302 | ||
| 7632 | 10년 전 | 3905 | ||
| 7631 |
|
10년 전 | 1510 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기