Iframe 이용시 Iframe 페이지만 호출금지
페이지 정보
작성자 MintState 댓글 0건 조회 12,758회 작성일 08-11-17 12:21본문
Iframe 이용시 Iframe 페이지만 호출금지
Iframe 이용시에 Iframe 페이지만 독자적으로 보는 경우 다시 리로드 해서 Parent 페이지도 보이게 한다.
Iframe 이용시에 Iframe 페이지만 독자적으로 보는 경우 다시 리로드 해서 Parent 페이지도 보이게 한다.
<SCRIPT language=javascript> var undefined if ( parent.document.frames['ifrm'] == undefined || parent.document.frames['ifrm'] == "undefined" ){ window.location.replace("/Parent.html"); }else{ } </SCRIPT>
|
댓글목록
등록된 댓글이 없습니다.