¼­Å¿õ      2002/05/11 22:50:06     10545     0   
   ActiveX control...
ActiveX ·Î »ç¶÷À» ±×·Á¼­ ȸÀü½ÃÅ°°í, Å©±â Á¶Á¤ÇÏ°í ÇÒ ¼ö Àִµ¥,

ÀÀ¿ëÇϸé À̹ÌÁö ¾È¾²°íµµ ¸ÚÁø ȨÇǸ¦ ¸¸µé ¼ö ÀÖ°ÚÁ®^^;


<html>
   <head>
    
      <script type = "text/javascript">
         <!--
         var speedX = 0;
         var speedY = 0;
         var speedZ = 0;
         var scale = 1;

         function start()
         {
            window.setInterval( "run()", 100 );
         }

         function run()      
         {
            drawing.Rotate( speedX, speedY, speedZ );
            drawing.Scale( scale, scale, scale );
         }

         function rotate( axis )
         {
            axis = ( axis ? 0 : 5 );
         }
         // -->
      </script>

   </head>

   <body onload = "start()">

      <div style = "position: absolute; top: 25; left: 220">
      <input type = "button" value = "Rotate-X"
         onclick = "speedX = ( speedX ? 0 : 5 )" /><br />
      <input type = "button" value = "Rotate-Y"
         onclick = "speedY = ( speedY ? 0 : 5 )" /><br />
      <input type = "button" value = "Rotate-Z"
         onclick = "speedZ = ( speedZ ? 0 : 5 )" /><br />
      <br />
      <input type = "button" value = "Scale Up"
         onclick = "scale = ( scale * 10 / 9 )" /><br />
      <input type = "button" value = "Scale Down"
         onclick = "scale = ( scale * 9 / 10 )" />
      </div>

      <object id = "drawing" style = " position: absolute;
         z-index: 2; width: 200; height: 300;"
         classid = "CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6">

         <param name = "Line0001" value = "SetFillColor( 0,0,0 )" />
         <param name = "Line0002" value = "SetFillStyle( 0 )" />
         <param name = "Line0003" value = "SetLineStyle( 1, 3 )" />
      
         <param name = "Line0004"
                value = "Oval( -25, -100, 50, 50, 0 )" />

         <param name = "Line0005"
            value = "PolyLine(2, 0, -50, 0, 50 )" />

         <param name = "Line0006"
            value = "PolyLine( 3, -30, -25, 0, -15, 30, -25 )" />

         <param name = "Line0007"
            value = "PolyLine( 3, -15, 90, 0, 50, 15, 90 )" />

         <param name = "Line0008"
            value = "SetFillColor ( 255, 0, 0 )" />
         <param name = "Line0009"
            value = "Oval( -15, -85, 7, 7, 0 )" />
         <param name = "Line0010"
            value = "Oval( 5, -85, 7, 7, 0 )" />

         <param name = "Line0011"
            value = "SetLineStyle( 1, 2 )" />
         <param name = "Line0012"
            value = "SetLineColor( 255, 0, 0 )" />
         <param name = "Line0013"
            value = "SetFont( 'Courier', 25, 200, 0, 0, 0 )" />
         <param name = "Line0014"
            value = "Text( 'Hello', -35, -115 , 0 )" />
      </object>

      <object id = "background" style = " position:absolute;
         z-index: 1; width: 200; height: 300;
         background-color: none" classid =
         "CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6">

         <param name = "Line0001"
            value = "SetFillColor( 38, 250, 38 )" />
         <param name = "Line0002"
            value = "Oval( -75, -125, 150, 250, 0 )" />
      </object>
   </body>
</html>
   
ÄÚ¸àÆ®¸¦ ÀÛ¼ºÇϽøé 2 Æ÷ÀÎÆ®°¡ Áö±ÞµË´Ï´Ù.

       

13 [Explorer] »ç¿ëÇϸ鼭 ¾Ë¾ÆµÎ¸é Æí¸®ÇÑ °Í.-_- with 12/09 13675
265 Æ÷Åä¼¥ ½ÇÇàÁß ²¨Áú ¶§ ´ëóÇÏ´Â ¹æ¹ý À¥µðÀÚÀÎ 11/15 16389
33 < À¥µðÀÚÀ̳ʷΠ¼ºÀåÇϱâ À§ÇÑ ¸î°¡Áö Á¶¾ðµé... [3] with 01/12 11393 02/04(10:48)
92 <img border="0">³ÖÁö ¾Ê±â [1] 11/10 12358 03/30(20:25)
114 <´ÜÃàÅ° ¸ðÀ½>¿Ü¿ì¼¼¿©~ [1] 11/25 11467 11/30(11:20)
167 <Ãʺ¸ÀÚ °­ÀÇ> C ¾ð¾î·Î CGI ¸¸µé±â [1] ÃÖÀç¼® 09/04 15176 01/31(19:30)
25 ((ȨÆäÀÌÁö))¹è°æ È­¸éÀ» °íÁ¤½ÃÅ°Àð +_+ [4] ¡ÙORC¡Ù 12/28 12589 12/29(14:41)
51 (1)Á¦·Îº¸µå ¹é¾÷ ÇÏ´Â ¹ý!! [1] ¾Æ¸° 02/22 11953 05/14(10:13)
52 (2)Á¦·Îº¸µå ¹é¾÷Çسí°É·Î º¹±¸ÇÏ´Â ¹ý!! [5] ¾Æ¸° 02/22 12166 05/14(10:14)
164 *.php·Î Ç¥±âµÇ´Â°ÍÀ» ?channel=* ·Î ¹Ù²ãº¸ÀÚ~ [1] 07/16 13074 07/27(01:21)
15 30½Ã°£ÀÌ»ó³ë·ÂÇصµ MNV·Î±×ÀÎ2.4 ¼³Ä¡¸øÇѺР(¼ö... [9] ½ÅÀçÈÆ 12/13 14144 01/11(18:39)
225 [°­Ãß] ȨÆäÀÌÁö ü°¨¼Óµµ Çâ»ó!!! [3] 10/04 17428 04/14(11:57)
153 Á¦·Îº¸µå ¿ÜºÎ ¹«´Ü¸µÅ© ¿Ïº® Â÷´ÜÇϱâ 03/18 14113
311 @@  ÀÚµ¿Â÷ ¿¬·á Àý°¨ÇÒ¼ö ÀÖ´Â ¹æ¹ý  @@ [1] ½º½Ã¿Õ 01/28 22968 09/06(12:25)
>> ActiveX control... ¼­Å¿õ 05/11 10545
123456711LAST