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,605
18년 전 조회 2,914
18년 전 조회 3,147
18년 전 조회 2,472
18년 전 조회 2,276
18년 전 조회 2,222
18년 전 조회 3,264
18년 전 조회 2,516
18년 전 조회 2,555
18년 전 조회 2,247
18년 전 조회 2,611
18년 전 조회 3,365
18년 전 조회 4,295
18년 전 조회 3,545
18년 전 조회 2,211
18년 전 조회 2,148
18년 전 조회 3,063
18년 전 조회 1,859
18년 전 조회 2,203
18년 전 조회 2,490
18년 전 조회 2,379
18년 전 조회 2,469
18년 전 조회 4,212
18년 전 조회 1,992
18년 전 조회 4,558
18년 전 조회 3,125
18년 전 조회 2,443
18년 전 조회 3,459
18년 전 조회 3,104
18년 전 조회 3,032
18년 전 조회 5,830
18년 전 조회 2,483
18년 전 조회 3,619
18년 전 조회 3,517
18년 전 조회 3,903
18년 전 조회 3,459
18년 전 조회 2,640
18년 전 조회 2,300
18년 전 조회 2,740
18년 전 조회 6,311
18년 전 조회 2,948
18년 전 조회 4,756
18년 전 조회 2,225
18년 전 조회 1만
18년 전 조회 2,684
18년 전 조회 1,741
18년 전 조회 3,184
18년 전 조회 3,124
18년 전 조회 3,015
18년 전 조회 2,335
18년 전 조회 2,519
18년 전 조회 3,069
18년 전 조회 3,155
18년 전 조회 4,323
18년 전 조회 6,300
18년 전 조회 2,259
18년 전 조회 2,370
18년 전 조회 2,079
18년 전 조회 1,818
18년 전 조회 2,824
18년 전 조회 1,861
18년 전 조회 1,734
18년 전 조회 4,928
18년 전 조회 1,971
18년 전 조회 2,014
18년 전 조회 2,025
18년 전 조회 2,150
18년 전 조회 3,808
18년 전 조회 1,828
18년 전 조회 1,703
18년 전 조회 1,531
18년 전 조회 2,036
18년 전 조회 2,073
18년 전 조회 3,846
18년 전 조회 2,177
18년 전 조회 3,317
18년 전 조회 4,934
18년 전 조회 3,063
18년 전 조회 8,233
18년 전 조회 4,253
18년 전 조회 2,945
18년 전 조회 1,707
18년 전 조회 2,817
18년 전 조회 5,231
18년 전 조회 5,401
18년 전 조회 2,278
18년 전 조회 4,534
18년 전 조회 4,283
18년 전 조회 4,327
18년 전 조회 2,454
18년 전 조회 4,385
18년 전 조회 2,368
18년 전 조회 3,472
18년 전 조회 5,115
18년 전 조회 2,135
18년 전 조회 3,594
18년 전 조회 1,824
18년 전 조회 2,916
18년 전 조회 1,866
18년 전 조회 2,910