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,490
18년 전 조회 2,294
18년 전 조회 2,241
18년 전 조회 3,275
18년 전 조회 2,536
18년 전 조회 2,577
18년 전 조회 2,265
18년 전 조회 2,632
18년 전 조회 3,386
18년 전 조회 4,317
18년 전 조회 3,567
18년 전 조회 2,238
18년 전 조회 2,176
18년 전 조회 3,078
18년 전 조회 1,878
18년 전 조회 2,236
18년 전 조회 2,515
18년 전 조회 2,404
18년 전 조회 2,490
18년 전 조회 4,230
18년 전 조회 2,013
18년 전 조회 4,581
18년 전 조회 3,149
18년 전 조회 2,464
18년 전 조회 3,488
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,326
18년 전 조회 2,969
18년 전 조회 4,775
18년 전 조회 2,239
18년 전 조회 1만
18년 전 조회 2,704
18년 전 조회 1,767
18년 전 조회 3,204
18년 전 조회 3,147
18년 전 조회 3,033
18년 전 조회 2,355
18년 전 조회 2,540
18년 전 조회 3,086
18년 전 조회 3,170
18년 전 조회 4,341
18년 전 조회 6,320
18년 전 조회 2,281
18년 전 조회 2,389
18년 전 조회 2,095
18년 전 조회 1,840
18년 전 조회 2,842
18년 전 조회 1,884
18년 전 조회 1,757
18년 전 조회 4,941
18년 전 조회 1,993
18년 전 조회 2,043
18년 전 조회 2,045
18년 전 조회 2,171
18년 전 조회 3,829
18년 전 조회 1,855
18년 전 조회 1,725
18년 전 조회 1,551
18년 전 조회 2,051
18년 전 조회 2,089
18년 전 조회 3,860
18년 전 조회 2,196
18년 전 조회 3,338
18년 전 조회 4,951
18년 전 조회 3,086
18년 전 조회 8,256
18년 전 조회 4,270
18년 전 조회 2,968
18년 전 조회 1,731
18년 전 조회 2,841
18년 전 조회 5,250
18년 전 조회 5,417
18년 전 조회 2,298
18년 전 조회 4,555
18년 전 조회 4,311
18년 전 조회 4,345
18년 전 조회 2,477
18년 전 조회 4,402
18년 전 조회 2,387
18년 전 조회 3,495
18년 전 조회 5,142
18년 전 조회 2,150
18년 전 조회 3,618
18년 전 조회 1,841
18년 전 조회 2,935
18년 전 조회 1,894
18년 전 조회 2,926