부분적인 새로고침

반응형

<iframe name="aa" align="center" width="100%" height="100%" src="aa.html" scrolling="no" noresize frameborder="0" marginwidth="0" ></iframe> 


=======aa.html 안의 내용에 script 추가 (증가값을 줄경우 위와 동일한 방법으로 변수를 줌) 


<script> 

setTimeout("timecheck();", 3000);  //3초간격 

function timecheck(){ 

location.href="aa.html"; 

</script> 


상기처럼 하시면 페이지 움직임없이 3초간격으로 새로고침됩니다.



[출처] PHPSCHOOL | 천하 (http://www.phpschool.com/gnuboard4/bbs/board.php?bo_table=qna_html&wr_id=175117)

반응형

댓글()