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,722
18년 전 조회 3,020
18년 전 조회 3,266
18년 전 조회 2,598
18년 전 조회 2,398
18년 전 조회 2,344
18년 전 조회 3,372
18년 전 조회 2,643
18년 전 조회 2,695
18년 전 조회 2,362
18년 전 조회 2,732
18년 전 조회 3,476
18년 전 조회 4,418
18년 전 조회 3,666
18년 전 조회 2,335
18년 전 조회 2,284
18년 전 조회 3,176
18년 전 조회 1,969
18년 전 조회 2,319
18년 전 조회 2,604
18년 전 조회 2,481
18년 전 조회 2,579
18년 전 조회 4,338
18년 전 조회 2,114
18년 전 조회 4,677
18년 전 조회 3,251
18년 전 조회 2,544
18년 전 조회 3,580
18년 전 조회 3,210
18년 전 조회 3,143
18년 전 조회 5,938
18년 전 조회 2,590
18년 전 조회 3,742
18년 전 조회 3,636
18년 전 조회 4,013
18년 전 조회 3,570
18년 전 조회 2,754
18년 전 조회 2,419
18년 전 조회 2,851
18년 전 조회 6,413
18년 전 조회 3,070
18년 전 조회 4,871
18년 전 조회 2,337
18년 전 조회 1만
18년 전 조회 2,798
18년 전 조회 1,874
18년 전 조회 3,309
18년 전 조회 3,224
18년 전 조회 3,130
18년 전 조회 2,445
18년 전 조회 2,625
18년 전 조회 3,177
18년 전 조회 3,261
18년 전 조회 4,434
18년 전 조회 6,414
18년 전 조회 2,374
18년 전 조회 2,479
18년 전 조회 2,187
18년 전 조회 1,936
18년 전 조회 2,910
18년 전 조회 1,968
18년 전 조회 1,836
18년 전 조회 5,032
18년 전 조회 2,086
18년 전 조회 2,125
18년 전 조회 2,128
18년 전 조회 2,256
18년 전 조회 3,919
18년 전 조회 1,941
18년 전 조회 1,812
18년 전 조회 1,633
18년 전 조회 2,142
18년 전 조회 2,176
18년 전 조회 3,946
18년 전 조회 2,267
18년 전 조회 3,424
18년 전 조회 5,042
18년 전 조회 3,176
18년 전 조회 8,366
18년 전 조회 4,359
18년 전 조회 3,056
18년 전 조회 1,827
18년 전 조회 2,928
18년 전 조회 5,341
18년 전 조회 5,512
18년 전 조회 2,385
18년 전 조회 4,643
18년 전 조회 4,411
18년 전 조회 4,439
18년 전 조회 2,572
18년 전 조회 4,493
18년 전 조회 2,464
18년 전 조회 3,576
18년 전 조회 5,218
18년 전 조회 2,256
18년 전 조회 3,701
18년 전 조회 1,924
18년 전 조회 3,024
18년 전 조회 1,973
18년 전 조회 3,002