반응형
<HTML>
<HEAD>
<meta charset="EUC-KR">
<title>자동으로 새로고침 하기 </title>
<SCRIPT type="text/javascript">
<!--
var today = new Date();
var strTime = "<H2>현재 시간은 ";
strTime += today.getHours()+"시 ";
strTime += today.getMinutes()+"분 "
strTime += today.getSeconds()+"초. "
document.write(strTime);
setTimeout("location.reload()",50000)
//-->
</SCRIPT>
</HEAD>
<BODY>
<iframe name='viewRadio' src='http://www.kobis.re.kr' marginwidth='0' marginheight='0' scrolling='no' frameborder='0' width='1480' height='1300'></iframe>
</BODY>
</HTML>
반응형
최근댓글