강좌 / 팁
기 타 마우스 오른쪽 버튼 막아놓은 사이트 해제 하기
2008.11.07 17:07
일단 오른쪽 마우스할 홈페이지로 이동후 즐겨찾기를 추가하시구요.
익스플로워의 메뉴중에서 즐겨찾기에서 그 페이지를 선택하여 오른쪽 버튼을 눌러 속성에 가시면 URL부분에
아래 스크립트를 카피후 붙여넣기하세요.
그리고 나서 즐겨찾기로 등록된 것으로 들어가세요. 오른쪽 마우스 눌러보시면 되실껍니다
javascript:function r(d){d.oncontextmenu=null;d.onselectstart=null;d.ondragstart=null;d.onkeydown=null;d.onmousedown=null; d.body.oncontextmenu=null;d.body.onselectstart=null;d.body.ondragstart=null;d.body.onkeydown=null; d.body.onmousedown=null;}var tb=document.all.tags('BODY');if(tb.length==0) {for(var i=0;i< top.frames.length;i++){r(top.frames[i].document);}}else{r(document);}
익스플로워의 메뉴중에서 즐겨찾기에서 그 페이지를 선택하여 오른쪽 버튼을 눌러 속성에 가시면 URL부분에
아래 스크립트를 카피후 붙여넣기하세요.
그리고 나서 즐겨찾기로 등록된 것으로 들어가세요. 오른쪽 마우스 눌러보시면 되실껍니다
javascript:function r(d){d.oncontextmenu=null;d.onselectstart=null;d.ondragstart=null;d.onkeydown=null;d.onmousedown=null; d.body.oncontextmenu=null;d.body.onselectstart=null;d.body.ondragstart=null;d.body.onkeydown=null; d.body.onmousedown=null;}var tb=document.all.tags('BODY');if(tb.length==0) {for(var i=0;i< top.frames.length;i++){r(top.frames[i].document);}}else{r(document);}