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,752
18년 전 조회 3,049
18년 전 조회 3,287
18년 전 조회 2,620
18년 전 조회 2,433
18년 전 조회 2,370
18년 전 조회 3,406
18년 전 조회 2,677
18년 전 조회 2,722
18년 전 조회 2,386
18년 전 조회 2,769
18년 전 조회 3,504
18년 전 조회 4,454
18년 전 조회 3,699
18년 전 조회 2,368
18년 전 조회 2,326
18년 전 조회 3,218
18년 전 조회 1,995
18년 전 조회 2,366
18년 전 조회 2,643
18년 전 조회 2,520
18년 전 조회 2,618
18년 전 조회 4,374
18년 전 조회 2,159
18년 전 조회 4,713
18년 전 조회 3,299
18년 전 조회 2,584
18년 전 조회 3,621
18년 전 조회 3,253
18년 전 조회 3,183
18년 전 조회 5,981
18년 전 조회 2,631
18년 전 조회 3,777
18년 전 조회 3,672
18년 전 조회 4,057
18년 전 조회 3,602
18년 전 조회 2,789
18년 전 조회 2,463
18년 전 조회 2,893
18년 전 조회 6,449
18년 전 조회 3,113
18년 전 조회 4,901
18년 전 조회 2,375
18년 전 조회 1만
18년 전 조회 2,834
18년 전 조회 1,915
18년 전 조회 3,340
18년 전 조회 3,263
18년 전 조회 3,163
18년 전 조회 2,477
18년 전 조회 2,663
18년 전 조회 3,206
18년 전 조회 3,287
18년 전 조회 4,463
18년 전 조회 6,438
18년 전 조회 2,406
18년 전 조회 2,508
18년 전 조회 2,214
18년 전 조회 1,961
18년 전 조회 2,945
18년 전 조회 1,999
18년 전 조회 1,870
18년 전 조회 5,065
18년 전 조회 2,118
18년 전 조회 2,154
18년 전 조회 2,162
18년 전 조회 2,288
18년 전 조회 3,957
18년 전 조회 1,973
18년 전 조회 1,842
18년 전 조회 1,666
18년 전 조회 2,172
18년 전 조회 2,205
18년 전 조회 3,986
18년 전 조회 2,304
18년 전 조회 3,460
18년 전 조회 5,077
18년 전 조회 3,211
18년 전 조회 8,393
18년 전 조회 4,396
18년 전 조회 3,090
18년 전 조회 1,855
18년 전 조회 2,958
18년 전 조회 5,373
18년 전 조회 5,541
18년 전 조회 2,413
18년 전 조회 4,677
18년 전 조회 4,446
18년 전 조회 4,476
18년 전 조회 2,608
18년 전 조회 4,530
18년 전 조회 2,502
18년 전 조회 3,618
18년 전 조회 5,257
18년 전 조회 2,288
18년 전 조회 3,737
18년 전 조회 1,960
18년 전 조회 3,050
18년 전 조회 2,018
18년 전 조회 3,035