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,630
18년 전 조회 2,932
18년 전 조회 3,173
18년 전 조회 2,496
18년 전 조회 2,302
18년 전 조회 2,245
18년 전 조회 3,283
18년 전 조회 2,545
18년 전 조회 2,583
18년 전 조회 2,270
18년 전 조회 2,635
18년 전 조회 3,391
18년 전 조회 4,321
18년 전 조회 3,574
18년 전 조회 2,244
18년 전 조회 2,182
18년 전 조회 3,082
18년 전 조회 1,888
18년 전 조회 2,243
18년 전 조회 2,519
18년 전 조회 2,409
18년 전 조회 2,496
18년 전 조회 4,235
18년 전 조회 2,021
18년 전 조회 4,592
18년 전 조회 3,156
18년 전 조회 2,468
18년 전 조회 3,496
18년 전 조회 3,128
18년 전 조회 3,057
18년 전 조회 5,857
18년 전 조회 2,504
18년 전 조회 3,650
18년 전 조회 3,548
18년 전 조회 3,930
18년 전 조회 3,484
18년 전 조회 2,663
18년 전 조회 2,334
18년 전 조회 2,762
18년 전 조회 6,331
18년 전 조회 2,973
18년 전 조회 4,782
18년 전 조회 2,247
18년 전 조회 1만
18년 전 조회 2,710
18년 전 조회 1,770
18년 전 조회 3,211
18년 전 조회 3,153
18년 전 조회 3,039
18년 전 조회 2,363
18년 전 조회 2,543
18년 전 조회 3,089
18년 전 조회 3,177
18년 전 조회 4,349
18년 전 조회 6,326
18년 전 조회 2,285
18년 전 조회 2,394
18년 전 조회 2,101
18년 전 조회 1,850
18년 전 조회 2,846
18년 전 조회 1,888
18년 전 조회 1,760
18년 전 조회 4,948
18년 전 조회 2,002
18년 전 조회 2,050
18년 전 조회 2,051
18년 전 조회 2,176
18년 전 조회 3,833
18년 전 조회 1,860
18년 전 조회 1,731
18년 전 조회 1,557
18년 전 조회 2,056
18년 전 조회 2,099
18년 전 조회 3,867
18년 전 조회 2,199
18년 전 조회 3,347
18년 전 조회 4,961
18년 전 조회 3,090
18년 전 조회 8,263
18년 전 조회 4,276
18년 전 조회 2,971
18년 전 조회 1,741
18년 전 조회 2,847
18년 전 조회 5,257
18년 전 조회 5,421
18년 전 조회 2,302
18년 전 조회 4,559
18년 전 조회 4,318
18년 전 조회 4,352
18년 전 조회 2,482
18년 전 조회 4,411
18년 전 조회 2,394
18년 전 조회 3,505
18년 전 조회 5,145
18년 전 조회 2,162
18년 전 조회 3,622
18년 전 조회 1,846
18년 전 조회 2,942
18년 전 조회 1,901
18년 전 조회 2,933