- óÀ½ ½ºÅ©¸³Æ® ÁøÇà½Ã ÀÌ»óÇÑ? ¹®±¸°¡ ¶ß°ÔµÇ¸ç ¾Æ·¡´Â yes¿Í no ¹öÆ°ÀÌ ÀÖ½À´Ï´Ù.

- ÀÌÁ¦ no¹öÆ°À» Ŭ¸¯Çغ¾½Ã´Ù ( yes¸¦ Ŭ¸¯ÇϼŵµµÇÁö¸¸ Àß»ý±ä°Í °°³ª¿ä? ¤»)

- no¹öÆ°À» Ŭ¸¯ÇÏ·Á°í ¸¶¿ì½º¸¦ ÂϾư¡¸é no¹öÆ°Àº ¾î´À»õ ´Ù¸¥°÷À¸·Î °¡¹ö¸®°í ¸¾´Ï´Ù.
±×·¡¼ yes¸¦ ¾î¿¼ö ¾øÀÌ Å¬¸¯ÇϰԵǰÚÁÒ ^^

¾Æ·¡´Â º» ¿¹Á¦ÀÇ ÀÚ¹Ù½ºÅ©¸³Æ® ¿ø¹®ÀÔ´Ï´Ù.
<html> <head> <title>ÇØÇÇCGI</title>
<script language="javascript" type="text/javascript"> <!-- Begin var flag = 1; function t() { if( flag == 1 ) { document.getElementById("N").style.top = "175px"; document.getElementById("N").style.left = "500px"; } if( flag == 2 ) { document.getElementById("N").style.top = "215px"; document.getElementById("N").style.left = "100px"; } if( flag == 3 ) { document.getElementById("N").style.top = "300px"; document.getElementById("N").style.left = "350px"; } flag = flag + 1; if( flag == 4 ) { flag = 1; } }
// ---------------------------------------
function al() { alert( "±×·¸ÃÝ...Ź¿ùÇÑ ¼±ÅÃÇϼ̽À´Ï´Ù..!" ); }
// End --> </script> </head>
<body> <p><font color="red">ÇØÇÇCGI µðÀÚÀ̳ʵéÀº Á¤¸» Àß»ý±ä°Å°°ÁÒ?</font></p> <DIV ID="Y" STYLE="position:relative;"> <input type=button value="YES" onClick="al()" style=width:100> </DIV>
<DIV ID="N" STYLE="position:relative;"> <input type=button value="NO" onMouseover="t()" style=width:100> </DIV>
</body> </html>
|