출처: http://blog.naver.com/jglory/70002034042
-----------------------------------------------------------------
1. MS 의 일정 :
이올라스 테크놀로지(Eolas Technologies)와의 특허 침해 소송과 관련한 인터넷 익스플로러의 테스트를 위한 한글 패치 Pre-release 버전 배포 개시: http://download.microsoft.com/download/8/3/d/83dcd69f-739d-4297-8258-8c5218e09fff/WindowsXP-KB912945-x86-KOR.exe (이 파일은 Windows XP SP2에서 실행하는 Internet Explorer 6에 설치하실 수 있으며, 개발자를 위한 pre-release 버전으로서 테스트 목적으로만 제공됨)
2006년 3월 1일: 윈도우 업데이트를 통한 IE 업데이트의 선택적 다운로드 개시
2006년 4월12일: 윈도우 업데이트 및 자동 업데이트를 통한 IE 업데이트의 자동 다운로드 및 설치 개시
2. MS 가 말하는 코딩방법 :
document.writeln('<script>');
document.write('document.writeln('');
document.write('<object
classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="100"
height="100"></object>');
document.write('');');
document.writeln('</script>');
열라 뺑이쳐야 함.......--;
3. 단 3줄로 끝나는 획기적인 코딩방법 :
해당예제링크 : http://www.cgntv.net/dev_doc/okplugin.htm
<textarea id=txt1 style="display:none;" rows="0" cols="0">
<embed name=mediaplayer1 name=mediaplayer1
type="application/x-mplayer2" pluginspage =
"http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
width="320" height="315"
filename="mmst://vod7.cgntv.net/vod13/hitouch2005/hitouch2005_01_200.asf"
autostart="1" autosize="1" autoresize="1"
animationatstart="0" transparentatstart="1"
autorewind="1" showdisplay="0" clicktoplay="0"
enablecontextmenu="0" showpositioncontrols="0"
showstatusbar="1"></embed>
</textarea>
<script language="xxjavascript"
src="http://cgntv.net/z_main/okplugin_js.asp?txtid=txt1"></script>
1) 해당 <object... 또는 <embed... 의 시작과 끝을
<textarea id=txt1 style="display:none;" rows="0" cols="0">
와 </textarea> 태그로 뒤덮는다.
id 값은 임의로 정하되, 같은 페이지 내에서 여러번 사용할 경우에는
txt1, txt2, ... 식으로 하면된다.
2) </textarea> 아래에
2-1) asp 일 경우에는 ===================================================
<script language="xxjavascript" src=http://www.cgntv.net/z_main/okplugin_js.asp?txtid=txt1></script>
를 삽입합니다.
okplugin_js.asp 의 내용은 단 한줄 :
document.write(document.getElementById('<%=request.querystring("txtid")%>').value);
입니다.
2-2) php 일 경우는
<script language="xxjavascript" src=http://cgnmall.net/z_main/okplugin_js.php?txtid=txt1></script>
를 삽입합니다.
okplugin_js.php 의 내용은 단 한줄
document.write(document.getElementById('<?=$txtid?>').value);
입니다.
=======================================================
다만 okplugin_js.asp 나 okplugin_js.php 파일은
님의 서버에 생성시키는 것이 더 좋겠지요.
okplugin_js.asp 파일은 한번만 생성해놓으면 끝이죠.
IE 의 패치도 피할뿐 아니라, 파이어폭스에서도 작동에 문제가 전혀 없는 코딩입니다.
이제 어느 플러그인을 만나도 단지 3줄만 추가하면 모든것이 해결입니다.
주의사항 : document.write 대신
....innerHTML 을 사용하면
동영상 등이 윈도우98에서 작동되지 않습니다.
-----------------------------------------------------------------
1. MS 의 일정 :
이올라스 테크놀로지(Eolas Technologies)와의 특허 침해 소송과 관련한 인터넷 익스플로러의 테스트를 위한 한글 패치 Pre-release 버전 배포 개시: http://download.microsoft.com/download/8/3/d/83dcd69f-739d-4297-8258-8c5218e09fff/WindowsXP-KB912945-x86-KOR.exe (이 파일은 Windows XP SP2에서 실행하는 Internet Explorer 6에 설치하실 수 있으며, 개발자를 위한 pre-release 버전으로서 테스트 목적으로만 제공됨)
2006년 3월 1일: 윈도우 업데이트를 통한 IE 업데이트의 선택적 다운로드 개시
2006년 4월12일: 윈도우 업데이트 및 자동 업데이트를 통한 IE 업데이트의 자동 다운로드 및 설치 개시
2. MS 가 말하는 코딩방법 :
document.writeln('<script>');
document.write('document.writeln('');
document.write('<object
classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="100"
height="100"></object>');
document.write('');');
document.writeln('</script>');
열라 뺑이쳐야 함.......--;
3. 단 3줄로 끝나는 획기적인 코딩방법 :
해당예제링크 : http://www.cgntv.net/dev_doc/okplugin.htm
<textarea id=txt1 style="display:none;" rows="0" cols="0">
<embed name=mediaplayer1 name=mediaplayer1
type="application/x-mplayer2" pluginspage =
"http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
width="320" height="315"
filename="mmst://vod7.cgntv.net/vod13/hitouch2005/hitouch2005_01_200.asf"
autostart="1" autosize="1" autoresize="1"
animationatstart="0" transparentatstart="1"
autorewind="1" showdisplay="0" clicktoplay="0"
enablecontextmenu="0" showpositioncontrols="0"
showstatusbar="1"></embed>
</textarea>
<script language="xxjavascript"
src="http://cgntv.net/z_main/okplugin_js.asp?txtid=txt1"></script>
1) 해당 <object... 또는 <embed... 의 시작과 끝을
<textarea id=txt1 style="display:none;" rows="0" cols="0">
와 </textarea> 태그로 뒤덮는다.
id 값은 임의로 정하되, 같은 페이지 내에서 여러번 사용할 경우에는
txt1, txt2, ... 식으로 하면된다.
2) </textarea> 아래에
2-1) asp 일 경우에는 ===================================================
<script language="xxjavascript" src=http://www.cgntv.net/z_main/okplugin_js.asp?txtid=txt1></script>
를 삽입합니다.
okplugin_js.asp 의 내용은 단 한줄 :
document.write(document.getElementById('<%=request.querystring("txtid")%>').value);
입니다.
2-2) php 일 경우는
<script language="xxjavascript" src=http://cgnmall.net/z_main/okplugin_js.php?txtid=txt1></script>
를 삽입합니다.
okplugin_js.php 의 내용은 단 한줄
document.write(document.getElementById('<?=$txtid?>').value);
입니다.
=======================================================
다만 okplugin_js.asp 나 okplugin_js.php 파일은
님의 서버에 생성시키는 것이 더 좋겠지요.
okplugin_js.asp 파일은 한번만 생성해놓으면 끝이죠.
IE 의 패치도 피할뿐 아니라, 파이어폭스에서도 작동에 문제가 전혀 없는 코딩입니다.
이제 어느 플러그인을 만나도 단지 3줄만 추가하면 모든것이 해결입니다.
주의사항 : document.write 대신
....innerHTML 을 사용하면
동영상 등이 윈도우98에서 작동되지 않습니다.
댓글 0
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
25 | 웹서버 보안관리 가이드와 라우터 보안관리 가이드 | 운영자 | 2003.10.08 | 1563 |
24 | Java Collections Framework(Vector, List등)설명 | 운영자 | 2003.10.07 | 1373 |
23 | 교육자료-울산교육청 | 운영자 | 2002.11.20 | 1472 |
22 | 가베1-10 | 박상현 | 2002.07.01 | 1198 |
21 | 대용량_모델링_실전정석 | 운영자 | 2003.04.16 | 1206 |
20 | 교육자료20030211 | 운영자 | 2003.02.11 | 1182 |
19 | 오라클어플튜닝 | 운영자 | 2003.03.30 | 1262 |
18 | 오른쪽 마우스 금지 해제 팁 | 박상현 | 2006.05.05 | 1251 |
» | 이올라스 IE 패치작업 | 박상현 | 2006.04.29 | 1261 |
16 | 갑자기 업데이트에 문제가 생겼다고 할때... | 박상현 | 2005.11.07 | 1314 |
15 | 컴퓨터 활용하기 팁 100개 | 박상현 | 2005.06.02 | 1226 |
14 | 동영상ASF파일 을 휴대폰에 저장하는방법 | 박상현 | 2005.05.16 | 1686 |
13 | 일본어 500단어 쉽게 외우기... | 박상현 | 2004.09.17 | 1121 |
12 | 기상청 GOES-9 위성사진 | 박상현 | 2004.06.13 | 1388 |
11 | 웹문서 검색엔진 기술의 핵심 | 박상현 | 2004.04.09 | 1181 |
10 | 지수창/그래프 서비스(종합주가지수 등이 포함된 실시간 경제지표정보) 제공 | 박상현 | 2003.12.12 | 1879 |
9 | 메신저 악용 신종 스팸메일 방지 | 박상현 | 2003.10.31 | 1161 |
8 | 702ho.com 도메인으로 시작하는 팝업창이 마구 뜰 때 | 박상현 | 2003.10.31 | 1558 |
7 | 무료 컨텐츠 링크 | 박상현 | 2003.10.10 | 1554 |
6 | 고전게임 링크 | 박상현 | 2003.10.10 | 1281 |