Skip to content
컴퓨터잡담
2010.04.05 16:43

로그인 아이디 쿠키로 기억하기

조회 수 10966 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

로그인 아이디 쿠키로 기억하기


아직 테스트 해보진 못했네요. ㅋ;


출처 : http://jsguide.net/ver2/examples/index.php?mode=view&category=7&qstr=&uid=176&page=1


<html> <head> <script language="javascript"> function setCookie (name, value, expires) { document.cookie = name + "=" + escape (value) + "; path=/; expires=" + expires.toGMTString(); } function getCookie(Name) { var search = Name + "=" if (document.cookie.length > 0) { // 쿠키가 설정되어 있다면 offset = document.cookie.indexOf(search) if (offset != -1) { // 쿠키가 존재하면 offset += search.length // set index of beginning of value end = document.cookie.indexOf(";", offset) // 쿠키 값의 마지막 위치 인덱스 번호 설정 if (end == -1) end = document.cookie.length return unescape(document.cookie.substring(offset, end)) } } return ""; } function saveid(form) { var expdate = new Date(); // 기본적으로 30일동안 기억하게 함. 일수를 조절하려면 * 30에서 숫자를 조절하면 됨 if (form.checksaveid.checked) expdate.setTime(expdate.getTime() + 1000 * 3600 * 24 * 30); // 30일 else expdate.setTime(expdate.getTime() - 1); // 쿠키 삭제조건 setCookie("saveid", form.id.value, expdate); } function getid(form) { form.checksaveid.checked = ((form.id.value = getCookie("saveid")) != ""); } </script> </head> <body onLoad="getid(document.mainform)"> <form name=mainform> 아이디 <input type=text name=id> 암호 <input type=password name=pw> <input type=checkbox name=checksaveid onClick="saveid(this.form)">아이디 기억 </form> </body> </html>

로그인 후 댓글쓰기가 가능합니다.

?

  1. 28
    Sep 2021
    10:57

    로블록스 스튜디오 imagelabel 이미지추가버튼이 안나올때 해결방법

    Views2640
    Read More
  2. 11
    Mar 2016
    17:43

    로드FC 최홍만 아오르꺼러를 잡자

    Category연예정보 Views17355
    Read More
  3. 05
    Apr 2010
    16:43

    로그인 아이디 쿠키로 기억하기

    Category컴퓨터잡담 Views10966
    Read More
  4. 03
    Dec 2013
    13:28

    렉테나(rectanna: rectifying antenna, 정류 안테나) 동영상

    Category회로도전자부품 Views18021
    Read More
  5. 14
    Dec 2013
    10:07

    렉테나 실험 중 내몸에 대량의 유도전력 발생

    Category회로도전자부품 Views26809
    Read More
  6. 09
    May 2012
    13:28

    레지스트리파일을 배치파일로 변환하기 - WindowexeRegToBat

    Category컴퓨터잡담 Views4544
    Read More
  7. 25
    Oct 2010
    18:18

    레지스트리 팁 - 로그오프하지 않고 반영하기

    Category컴퓨터잡담 Views5297
    Read More
  8. 02
    Oct 2010
    13:31

    레지스트리 컨트롤로 XP의 가상메모리 페이징 파일의 강제 자동설정을 끌 수 있는 방법

    Category컴퓨터잡담 Views9098
    Read More
  9. 02
    Jun 2014
    07:56

    레이저포인터 SD LASER 303

    Category유용한상식 Views6425
    Read More
  10. 20
    Aug 2013
    15:44

    레이저 다이오드(LD 650nm 100mW)

    Category회로도전자부품 Views7423
    Read More
Board Pagination Prev 1 ... 126 127 128 129 130 ... 235 Next
/ 235

http://urin79.com

우린친구블로그

sketchbook5, 스케치북5

sketchbook5, 스케치북5

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소