y

텍스트 박스의 내용을 쿠키로 저장하는 스크립트 입니다.

<HTML>
<HEAD>
<script>
function ReadCookie (Name)
{
    var search = Name + "="
    if (document.cookie.length > 0)
    {
        offset = document.cookie.indexOf(search)
        if (offset != -1)
        {
            offset += search.length
            end = document.cookie.indexOf(";", offset)
            if (end == -1)
                end = document.cookie.length
            return (document.cookie.substring(offset, end))
        }
        else
            return ("");
    }
    else
        return ("");
}
function WriteCookie (cookieName, cookieValue, expiry)
{
    var expDate = new Date();
    expDate.setTime (expDate.getTime() + expiry);
    document.cookie = cookieName + "=" + escape (cookieValue) + "; expires=" + expDate.toGMTString() + "; path=/";
}
function getCookies()
{
    document.noteForm.note.value = unescape(ReadCookie("note"));
}
</script>

</head>
<body>
<form NAME="noteForm">
<textarea ROWS="5" COLS="40" NAME="note" WRAP="VIRTUAL"></textarea><br>
<input TYPE="button" VALUE="Save Text" onClick="WriteCookie('note', document.noteForm.note.value, 2678400000)">
<INPUT TYPE="button" VALUE="새로고침" onClick='parent.location="javascript:location.reload()"'>
</form>
<script>
window.onload=function() { getCookies(); }
</script>
[이 게시물은 관리자님에 의해 2011-10-31 17:16:08 PHP & HTML에서 이동 됨]
|
댓글을 작성하시려면 로그인이 필요합니다.

프로그램

+
제목 글쓴이 날짜 조회
18년 전 조회 3,751
18년 전 조회 3,048
18년 전 조회 3,287
18년 전 조회 2,620
18년 전 조회 2,431
18년 전 조회 2,370
18년 전 조회 3,403
18년 전 조회 2,675
18년 전 조회 2,721
18년 전 조회 2,384
18년 전 조회 2,767
18년 전 조회 3,503
18년 전 조회 4,453
18년 전 조회 3,695
18년 전 조회 2,368
18년 전 조회 2,323
18년 전 조회 3,215
18년 전 조회 1,995
18년 전 조회 2,361
18년 전 조회 2,640
18년 전 조회 2,517
18년 전 조회 2,616
18년 전 조회 4,372
18년 전 조회 2,156
18년 전 조회 4,711
18년 전 조회 3,296
18년 전 조회 2,583
18년 전 조회 3,620
18년 전 조회 3,251
18년 전 조회 3,180
18년 전 조회 5,978
18년 전 조회 2,627
18년 전 조회 3,776
18년 전 조회 3,672
18년 전 조회 4,053
18년 전 조회 3,596
18년 전 조회 2,788
18년 전 조회 2,459
18년 전 조회 2,889
18년 전 조회 6,448
18년 전 조회 3,108
18년 전 조회 4,899
18년 전 조회 2,369
18년 전 조회 1만
18년 전 조회 2,833
18년 전 조회 1,911
18년 전 조회 3,337
18년 전 조회 3,262
18년 전 조회 3,160
18년 전 조회 2,473
18년 전 조회 2,658
18년 전 조회 3,205
18년 전 조회 3,285
18년 전 조회 4,461
18년 전 조회 6,436
18년 전 조회 2,403
18년 전 조회 2,507
18년 전 조회 2,212
18년 전 조회 1,961
18년 전 조회 2,941
18년 전 조회 1,997
18년 전 조회 1,867
18년 전 조회 5,065
18년 전 조회 2,115
18년 전 조회 2,150
18년 전 조회 2,160
18년 전 조회 2,286
18년 전 조회 3,956
18년 전 조회 1,971
18년 전 조회 1,841
18년 전 조회 1,666
18년 전 조회 2,170
18년 전 조회 2,204
18년 전 조회 3,984
18년 전 조회 2,304
18년 전 조회 3,459
18년 전 조회 5,075
18년 전 조회 3,207
18년 전 조회 8,391
18년 전 조회 4,392
18년 전 조회 3,090
18년 전 조회 1,851
18년 전 조회 2,955
18년 전 조회 5,370
18년 전 조회 5,539
18년 전 조회 2,411
18년 전 조회 4,675
18년 전 조회 4,443
18년 전 조회 4,473
18년 전 조회 2,607
18년 전 조회 4,528
18년 전 조회 2,498
18년 전 조회 3,617
18년 전 조회 5,254
18년 전 조회 2,286
18년 전 조회 3,735
18년 전 조회 1,956
18년 전 조회 3,048
18년 전 조회 2,014
18년 전 조회 3,035