728x90
반응형
<script language="javascript" src="jslb_ajax.js"></script> <script language="JavaScript" type="text/JavaScript"> <!-- function on_loaded( oj ){ value = decodeURIComponent( oj.responseText ); } function timerProc(){ //current_status.html 에 갱신하고자 하는 value가 있다. sendRequest( on_loaded,'','GET','current_status.html',true,true ); //id가 ttt 인 곳에 value를 refresh 시킨다. document.getElementById( 'ttt' ).innerHTML = value; // 1초 간격으로 자신을 다시 부른다. setTimeout( "timerProc();", 1000 ); } //--> |
728x90
728x90
BIG
'Programming > Web' 카테고리의 다른 글
스마트폰(모바일)용 웹 자동이동 (0) | 2012.01.12 |
---|---|
실전 HTML5 가이드 / 실전 웹표준 가이드 (0) | 2011.11.04 |
Ajax를 이용한 화면 깜빡임없는 refresh 함수 (1) | 2011.03.13 |
Javascript - Ajax Prototype.js (0) | 2011.03.12 |
Ajax Prototype.js 를 위한 개발자 노트(한글문서) (0) | 2011.03.03 |
댓글