본문 바로가기

카테고리 없음

[자바스크립트] 자동새로고침하기

<html>
<head>
<title>..</title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<script language="JavaScript">
<!--
setTimeout("history.go(0);", 3000); // 1초는 1000 입니다.
-->
</script>
</head>
<body>
자동새로고침하기
</body>
</html>


[출처] 플래시 활용도 높은 소스 Tip 모음|작성자 카제


* 소피스타일™님에 의해서 게시물 이동되었습니다 (2009-06-03 12:44)