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,587
18년 전 조회 2,884
18년 전 조회 3,124
18년 전 조회 2,449
18년 전 조회 2,252
18년 전 조회 2,197
18년 전 조회 3,236
18년 전 조회 2,503
18년 전 조회 2,535
18년 전 조회 2,225
18년 전 조회 2,589
18년 전 조회 3,347
18년 전 조회 4,270
18년 전 조회 3,522
18년 전 조회 2,189
18년 전 조회 2,126
18년 전 조회 3,037
18년 전 조회 1,835
18년 전 조회 2,188
18년 전 조회 2,465
18년 전 조회 2,358
18년 전 조회 2,446
18년 전 조회 4,194
18년 전 조회 1,961
18년 전 조회 4,543
18년 전 조회 3,101
18년 전 조회 2,416
18년 전 조회 3,444
18년 전 조회 3,080
18년 전 조회 3,003
18년 전 조회 5,792
18년 전 조회 2,458
18년 전 조회 3,600
18년 전 조회 3,499
18년 전 조회 3,883
18년 전 조회 3,429
18년 전 조회 2,608
18년 전 조회 2,275
18년 전 조회 2,707
18년 전 조회 6,286
18년 전 조회 2,923
18년 전 조회 4,723
18년 전 조회 2,209
18년 전 조회 1만
18년 전 조회 2,657
18년 전 조회 1,717
18년 전 조회 3,158
18년 전 조회 3,102
18년 전 조회 2,992
18년 전 조회 2,311
18년 전 조회 2,501
18년 전 조회 3,046
18년 전 조회 3,135
18년 전 조회 4,295
18년 전 조회 6,281
18년 전 조회 2,231
18년 전 조회 2,345
18년 전 조회 2,051
18년 전 조회 1,803
18년 전 조회 2,800
18년 전 조회 1,839
18년 전 조회 1,711
18년 전 조회 4,897
18년 전 조회 1,952
18년 전 조회 1,996
18년 전 조회 2,004
18년 전 조회 2,128
18년 전 조회 3,793
18년 전 조회 1,804
18년 전 조회 1,683
18년 전 조회 1,516
18년 전 조회 2,011
18년 전 조회 2,055
18년 전 조회 3,819
18년 전 조회 2,155
18년 전 조회 3,295
18년 전 조회 4,913
18년 전 조회 3,044
18년 전 조회 8,218
18년 전 조회 4,227
18년 전 조회 2,917
18년 전 조회 1,686
18년 전 조회 2,793
18년 전 조회 5,207
18년 전 조회 5,380
18년 전 조회 2,261
18년 전 조회 4,508
18년 전 조회 4,258
18년 전 조회 4,313
18년 전 조회 2,437
18년 전 조회 4,362
18년 전 조회 2,348
18년 전 조회 3,445
18년 전 조회 5,092
18년 전 조회 2,117
18년 전 조회 3,576
18년 전 조회 1,807
18년 전 조회 2,892
18년 전 조회 1,842
18년 전 조회 2,884