- frame, iframe reload 하기
- 프레임 새로고침, 아이프레임 리로드
- iframe 리프레시
1 개요[ | ]
- 페이지 내 iframe을 새로고침
JavaScript
Copy
document.getElementById(프레임ID).contentDocument.location.reload(true);
JavaScript
Copy
document.getElementsByName(프레임명).contentDocument.location.reload(true);
- 프레임 메뉴 구조에서 다른 프레임 새로고침
JavaScript
Copy
parent.프레임명.location.reload(true);
2 같이 보기[ | ]
- 메타 리프레시
- 자바스크립트 페이지 새로고침
- HTML 프레임 메뉴 구조
- goto_url
- HTML iframe 태그
- HTML frameset, frame 태그
- 새로고침
- document.getElementById()
- document.getElementsByName()
3 참고[ | ]
편집자 Jmnote Jmnote bot 121.144.185.139
로그인하시면 댓글을 쓸 수 있습니다.