생성
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('이름');
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 6930 |
SOFTA
|
11년 전 | 5974 | |
| 6929 |
|
11년 전 | 1587 | |
| 6928 | 11년 전 | 1744 | ||
| 6927 | 11년 전 | 1765 | ||
| 6926 | 11년 전 | 1865 | ||
| 6925 | 11년 전 | 2265 | ||
| 6924 | 11년 전 | 3860 | ||
| 6923 | 11년 전 | 2256 | ||
| 6922 |
level999
|
11년 전 | 1022 | |
| 6921 | 11년 전 | 806 | ||
| 6920 | 11년 전 | 942 | ||
| 6919 | 11년 전 | 1049 | ||
| 6918 | 11년 전 | 1306 | ||
| 6917 | 11년 전 | 15425 | ||
| 6916 | 11년 전 | 1423 | ||
| 6915 | 11년 전 | 568 | ||
| 6914 | 11년 전 | 598 | ||
| 6913 | 11년 전 | 870 | ||
| 6912 | 11년 전 | 3125 | ||
| 6911 |
사랑해요79
|
11년 전 | 957 | |
| 6910 | 11년 전 | 737 | ||
| 6909 | 11년 전 | 775 | ||
| 6908 | 11년 전 | 632 | ||
| 6907 | 11년 전 | 825 | ||
| 6906 | 11년 전 | 1580 | ||
| 6905 | 11년 전 | 555 | ||
| 6904 | 11년 전 | 992 | ||
| 6903 | 11년 전 | 1664 | ||
| 6902 |
2donggalbi
|
11년 전 | 505 | |
| 6901 | 11년 전 | 1378 | ||
| 6900 | 11년 전 | 705 | ||
| 6899 | 11년 전 | 852 | ||
| 6898 |
열라뽕똬이
|
11년 전 | 1301 | |
| 6897 |
this1mg
|
11년 전 | 1588 | |
| 6896 |
sbdossb
|
11년 전 | 563 | |
| 6895 |
봉보로봉봉
|
11년 전 | 1140 | |
| 6894 |
똘똘이스머츠
|
11년 전 | 487 | |
| 6893 |
네이비컬러
|
11년 전 | 3637 | |
| 6892 | 11년 전 | 1066 | ||
| 6891 |
네이비컬러
|
11년 전 | 1307 | |
| 6890 | 11년 전 | 1129 | ||
| 6889 | 11년 전 | 577 | ||
| 6888 | 11년 전 | 711 | ||
| 6887 | 11년 전 | 603 | ||
| 6886 | 11년 전 | 5047 | ||
| 6885 | 11년 전 | 541 | ||
| 6884 |
asfasdfd235
|
11년 전 | 560 | |
| 6883 | 11년 전 | 3021 | ||
| 6882 | 11년 전 | 879 | ||
| 6881 | 11년 전 | 4411 | ||
| 6880 | 11년 전 | 1798 | ||
| 6879 |
퍼블리셔지노군
|
11년 전 | 2610 | |
| 6878 | 11년 전 | 542 | ||
| 6877 | 11년 전 | 558 | ||
| 6876 | 11년 전 | 1440 | ||
| 6875 | 11년 전 | 622 | ||
| 6874 | 11년 전 | 1596 | ||
| 6873 | 11년 전 | 1585 | ||
| 6872 | 11년 전 | 4447 | ||
| 6871 |
Abilityarch
|
11년 전 | 952 | |
| 6870 | 11년 전 | 2114 | ||
| 6869 | 11년 전 | 1398 | ||
| 6868 | 11년 전 | 1430 | ||
| 6867 | 11년 전 | 1516 | ||
| 6866 | 11년 전 | 737 | ||
| 6865 | 11년 전 | 1611 | ||
| 6864 | 11년 전 | 453 | ||
| 6863 | 11년 전 | 3741 | ||
| 6862 | 11년 전 | 1842 | ||
| 6861 | 11년 전 | 1640 | ||
| 6860 | 11년 전 | 1275 | ||
| 6859 |
cityman
|
11년 전 | 6801 | |
| 6858 | 11년 전 | 1249 | ||
| 6857 |
의정부아줌마
|
11년 전 | 852 | |
| 6856 | 11년 전 | 2360 | ||
| 6855 | 11년 전 | 1688 | ||
| 6854 | 11년 전 | 814 | ||
| 6853 | 11년 전 | 1203 | ||
| 6852 | 11년 전 | 2587 | ||
| 6851 | 11년 전 | 1953 | ||
| 6850 | 11년 전 | 1780 | ||
| 6849 | 11년 전 | 2070 | ||
| 6848 | 11년 전 | 2342 | ||
| 6847 | 11년 전 | 3122 | ||
| 6846 | 11년 전 | 2703 | ||
| 6845 | 11년 전 | 2794 | ||
| 6844 | 11년 전 | 3502 | ||
| 6843 | 11년 전 | 3256 | ||
| 6842 |
아트291
|
11년 전 | 683 | |
| 6841 | 11년 전 | 4164 | ||
| 6840 | 11년 전 | 5173 | ||
| 6839 | 11년 전 | 882 | ||
| 6838 |
|
11년 전 | 2090 | |
| 6837 | 11년 전 | 1265 | ||
| 6836 |
netdf
|
11년 전 | 604 | |
| 6835 |
|
11년 전 | 998 | |
| 6834 | 11년 전 | 663 | ||
| 6833 |
|
11년 전 | 2669 | |
| 6832 |
울산굿모닝
|
11년 전 | 1650 | |
| 6831 |
|
11년 전 | 662 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기