일정시간후 다른페이지로 이동
페이지 정보
작성자 MintState 댓글 0건 조회 13,929회 작성일 08-10-31 11:34본문
일정시간후 다른페이지로 이동
timeChk() 함수를 이용하여 사용
timeChk() 함수를 이용하여 사용
01 | < head > |
02 | < meta http-equiv = "refresh" content = "60; url=main.html" > |
03 | < script language = "javascript" > |
04 | function timeChk() |
05 | { |
06 | document.frames['test'].document.location = 'main.html'; |
07 | } |
08 | </ script > |
09 | < link href = "/css/style.css" rel = "stylesheet" type = "text/css" > |
10 | </ head > |
11 | < body onload = "setTimeout('timeChk()',60000)" > |
|
댓글목록
등록된 댓글이 없습니다.