Âü°í
AIReport ¸ðµâ ¼³Ä¡ ¹× ±¸µ¿ÀÌ ¾È µÉ °æ¿ì
     
¢º AIReport ¸ðµâ ¼³Ä¡°¡ Á¤»óÀûÀ¸·Î ¾È µÉ °æ¿ì ¡¡
     
¡¡ 1. ¼­¹ö ³» AIReport ºä¾î ¸ðµâ °æ·Î È®ÀÎ

 1) AIIntegratedGen.jsÀÇ codebase ¿¡ ¼³Á¤µÈ °æ·Î¸¦ È®ÀÎÇÑ´Ù.(Àý´ë°æ·Î ±ÇÀå)

 var tagAIScriptGen =
"<object id='AIIntegratedGen' classid='CLSID:A349609D-1864-443A-AD48-EE577A17264A' width='0' height='0'\n" +
" codebase='http://"+location.host+"/AIViewer50/AIIntegratedGen.cab#Version=1,0,0,83' name='Gen50'>\n" +
"</object>";

 2) È£ÃâÆäÀÌÁö(ai_intro.html) È®ÀÎ
 -  AIIntegratedGen.js ÆÄÀÏ include °æ·Î¸¦ È®ÀÎÇÑ´Ù.
<script language="JavaScript" src="/AIViewer50/AIIntegrated.js"></script>

 -  AIIntegratedGen °´Ã¼°¡ ÆÄÀÏ ³» body ÅÂ±× ¿µ¿ª¿¡ Æ÷ÇԵǾî ÀÖ´Â Áö È®ÀÎÇÑ´Ù.(¨ç ¶Ç´Â ¨è ¼±Åà »ç¿ë)
¨ç
<body onLoad="setAIOcx()">
<span id="aiocx"></span>


¨è
<body>
<script>document.write(tagAIScriptGen);</script>

2. Ŭ¶óÀÌ¾ðÆ® È¯°æ È®ÀÎ
2-1. Internet Explorer µµ±¸ > ÀÎÅÍ³Ý ¿É¼Ç > º¸¾È > ÀÎÅÍ³Ý ¿µ¿ªÀÇ ActiveX °ü·Ã ¼³Á¤À» ¾Æ·¡¿Í °°ÀÌ ¼³Á¤ÇÑ´Ù.
 

 

 

2-2. ±â ¼³Ä¡µÈ Ŭ¶óÀÌ¾ðÆ® ºä¾î ¸ðµâ Á¦°Å

2-2-1. ÀÚµ¿Á¦°Å
: 'Á¦¾îÆÇ > ÇÁ·Î±×·¥ Ãß°¡/»èÁ¦' ¸ñ·Ï¿¡¼­ 'AIViewer50 Integrated' Ç׸ñ Á¦°Å
  

2-2-2. ¼öµ¿ Á¦°Å
  <¹æ¹ý1>
   ¨ç C:\Program Files\AIViewer50 Æú´õ Àüü »èÁ¦
   ¨è C:\WINDOWS\DownLoaded Program Files\AIIntegratedGen Class Á¦°Å
  <¹æ¹ý2>
   ¨ç C:\Program Files\AIViewer50 Æú´õ Àüü »èÁ¦
   ¨è DOS ȯ°æ¿¡¼­ ¸ðµâ Á¦°Å(ÇÏ´Ü À̹ÌÁö ÂüÁ¶)
   

   

¡¡