framset 안에 있는 페이지의 스크립트 실행 안시키는 방법...? 정보
framset 안에 있는 페이지의 스크립트 실행 안시키는 방법...?본문
모 검색 페이지에 아래와 같은 스크립트가 있어서 framset 안에서 페이지를 열면 상위로 올라와버리네요...
이거 막을 수 있는 방법있나요..>?
try { document.execCommand('BackgroundImageCache', false, true); }
catch(e) {} if (top.frames.length!=0 || window!=top) window.open(location, "_top") ;
이거 막을 수 있는 방법있나요..>?
try { document.execCommand('BackgroundImageCache', false, true); }
catch(e) {} if (top.frames.length!=0 || window!=top) window.open(location, "_top") ;
댓글 전체