프레임, 아이프레임 새로고침


frame, iframe reload 하기
프레임 새로고침, 아이프레임 리로드
iframe 리프레시

개요

페이지 내 iframe을 새로고침
document.getElementById(프레임ID).contentDocument.location.reload(true);
document.getElementsByName(프레임명).contentDocument.location.reload(true);
프레임 메뉴 구조에서 다른 프레임 새로고침
parent.프레임명.location.reload(true);

같이 보기

참고