기타 이올라스 IE 패치작업

박상현 2006.04.29 22:35 조회 수 : 1282 추천:31

출처: 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에서 작동되지 않습니다.

댓글 0

번호 제목 글쓴이 날짜 조회 수
18 bshop.net배너 photoshop 파일 박상현 2002.07.07 1864
17 bshop.net 배너 file 박상현 2002.07.07 1833
16 학생정보관리 유스케이스 운영자 2003.04.01 1792
15 성적등록 유스케이스 운영자 2003.04.01 2007
14 대학정보 시스템 문제 기술서 운영자 2003.04.01 2226
13 도서관_설계(사용자_도서관리)_최종2.mdl 운영자 2003.04.01 1652
12 OnlineShoppingMall-문제기술서 운영자 2003.03.31 2231
11 학생정보관리 유스케이스 운영자 2003.03.31 1653
10 SOAP동작을 설명하는 플래쉬 file 박상현 2003.12.15 1803
9 p2p등에 대한 설명자료 file 박상현 2003.12.14 1530
8 p2p기술자료 file 박상현 2003.12.14 1591
7 Petstore 스터디자료 박상현 2003.12.08 1921
6 css, html, javascript, php, mysql, vbs, asp에 대한 window도움말(chm,hlp) 박상현 2003.10.10 2001
5 Java Collections Framework(Vector, List등)설명 file 운영자 2003.10.07 1394
4 오라클어플튜닝 운영자 2003.03.30 1294
» 이올라스 IE 패치작업 박상현 2006.04.29 1282
2 컴퓨터 활용하기 팁 100개 박상현 2005.06.02 1250
1 일본어 500단어 쉽게 외우기... 박상현 2004.09.17 1142