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,736
18년 전 조회 3,037
18년 전 조회 3,276
18년 전 조회 2,608
18년 전 조회 2,409
18년 전 조회 2,354
18년 전 조회 3,388
18년 전 조회 2,660
18년 전 조회 2,708
18년 전 조회 2,373
18년 전 조회 2,750
18년 전 조회 3,487
18년 전 조회 4,438
18년 전 조회 3,683
18년 전 조회 2,354
18년 전 조회 2,303
18년 전 조회 3,193
18년 전 조회 1,984
18년 전 조회 2,341
18년 전 조회 2,622
18년 전 조회 2,494
18년 전 조회 2,593
18년 전 조회 4,357
18년 전 조회 2,136
18년 전 조회 4,691
18년 전 조회 3,279
18년 전 조회 2,569
18년 전 조회 3,601
18년 전 조회 3,229
18년 전 조회 3,162
18년 전 조회 5,956
18년 전 조회 2,610
18년 전 조회 3,762
18년 전 조회 3,654
18년 전 조회 4,034
18년 전 조회 3,583
18년 전 조회 2,767
18년 전 조회 2,442
18년 전 조회 2,866
18년 전 조회 6,431
18년 전 조회 3,090
18년 전 조회 4,881
18년 전 조회 2,350
18년 전 조회 1만
18년 전 조회 2,818
18년 전 조회 1,895
18년 전 조회 3,325
18년 전 조회 3,247
18년 전 조회 3,144
18년 전 조회 2,456
18년 전 조회 2,642
18년 전 조회 3,193
18년 전 조회 3,271
18년 전 조회 4,445
18년 전 조회 6,425
18년 전 조회 2,386
18년 전 조회 2,493
18년 전 조회 2,199
18년 전 조회 1,949
18년 전 조회 2,923
18년 전 조회 1,981
18년 전 조회 1,851
18년 전 조회 5,049
18년 전 조회 2,100
18년 전 조회 2,134
18년 전 조회 2,148
18년 전 조회 2,275
18년 전 조회 3,938
18년 전 조회 1,957
18년 전 조회 1,829
18년 전 조회 1,654
18년 전 조회 2,153
18년 전 조회 2,188
18년 전 조회 3,965
18년 전 조회 2,285
18년 전 조회 3,445
18년 전 조회 5,059
18년 전 조회 3,189
18년 전 조회 8,382
18년 전 조회 4,377
18년 전 조회 3,069
18년 전 조회 1,839
18년 전 조회 2,939
18년 전 조회 5,355
18년 전 조회 5,523
18년 전 조회 2,401
18년 전 조회 4,660
18년 전 조회 4,424
18년 전 조회 4,455
18년 전 조회 2,595
18년 전 조회 4,514
18년 전 조회 2,484
18년 전 조회 3,595
18년 전 조회 5,239
18년 전 조회 2,271
18년 전 조회 3,721
18년 전 조회 1,941
18년 전 조회 3,034
18년 전 조회 1,995
18년 전 조회 3,021