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,625
18년 전 조회 2,930
18년 전 조회 3,168
18년 전 조회 2,491
18년 전 조회 2,294
18년 전 조회 2,241
18년 전 조회 3,276
18년 전 조회 2,539
18년 전 조회 2,577
18년 전 조회 2,265
18년 전 조회 2,632
18년 전 조회 3,387
18년 전 조회 4,317
18년 전 조회 3,568
18년 전 조회 2,238
18년 전 조회 2,177
18년 전 조회 3,079
18년 전 조회 1,882
18년 전 조회 2,236
18년 전 조회 2,515
18년 전 조회 2,405
18년 전 조회 2,492
18년 전 조회 4,230
18년 전 조회 2,014
18년 전 조회 4,584
18년 전 조회 3,149
18년 전 조회 2,465
18년 전 조회 3,490
18년 전 조회 3,122
18년 전 조회 3,053
18년 전 조회 5,853
18년 전 조회 2,499
18년 전 조회 3,645
18년 전 조회 3,544
18년 전 조회 3,924
18년 전 조회 3,477
18년 전 조회 2,661
18년 전 조회 2,329
18년 전 조회 2,758
18년 전 조회 6,327
18년 전 조회 2,970
18년 전 조회 4,777
18년 전 조회 2,241
18년 전 조회 1만
18년 전 조회 2,704
18년 전 조회 1,767
18년 전 조회 3,205
18년 전 조회 3,148
18년 전 조회 3,035
18년 전 조회 2,357
18년 전 조회 2,540
18년 전 조회 3,086
18년 전 조회 3,171
18년 전 조회 4,342
18년 전 조회 6,320
18년 전 조회 2,281
18년 전 조회 2,389
18년 전 조회 2,095
18년 전 조회 1,842
18년 전 조회 2,843
18년 전 조회 1,884
18년 전 조회 1,757
18년 전 조회 4,943
18년 전 조회 1,994
18년 전 조회 2,043
18년 전 조회 2,045
18년 전 조회 2,171
18년 전 조회 3,829
18년 전 조회 1,855
18년 전 조회 1,726
18년 전 조회 1,552
18년 전 조회 2,051
18년 전 조회 2,090
18년 전 조회 3,860
18년 전 조회 2,196
18년 전 조회 3,339
18년 전 조회 4,952
18년 전 조회 3,087
18년 전 조회 8,257
18년 전 조회 4,271
18년 전 조회 2,968
18년 전 조회 1,731
18년 전 조회 2,842
18년 전 조회 5,250
18년 전 조회 5,417
18년 전 조회 2,299
18년 전 조회 4,555
18년 전 조회 4,312
18년 전 조회 4,345
18년 전 조회 2,478
18년 전 조회 4,402
18년 전 조회 2,387
18년 전 조회 3,495
18년 전 조회 5,143
18년 전 조회 2,151
18년 전 조회 3,619
18년 전 조회 1,841
18년 전 조회 2,938
18년 전 조회 1,895
18년 전 조회 2,926