ȸ¿ø°¡ÀԡžÆÀ̵ð/ºñ¹øã±â
ȨÀ¸·Î


ÄÞº¸¸Þ´º¸¦ ·£´ýÀ¸·Î ¼±Åà (·£´ý½Ã ¾Ö´Ï¸ÞÀÌ¼Ç È¿°ú)
16³â Àü
<html>
<head>
<title>http://www.xtx.kr</title>
<script type="text/javascript">
var animatedList={

navigate:function(selectId){
    this.selectObj=document.getElementById(selectId)
    window.location=this.selectObj[this.selectObj.selectedIndex].value
},

randomizeInit:function(selectId){
    this.selectObj=document.getElementById(selectId)
    this.curframe=0
    this.optionscount=this.selectObj.options.length
//calculate number of frames to animate (cycle through options before settling on one)
    this.maxframes=Math.floor(Math.random()*this.optionscount)+Math.floor(Math.random()*this.optionscount)
    this.randomize()
},


randomize:function(){
    if (this.curframe<this.maxframes)
        this.selectObj.selectedIndex=this.settledIndex=(this.curframe<this.optionscount)? this.curframe : this.curframe-this.optionscount
    else{ //settle on and select this option
        this.selectObj.selectedIndex=(this.selectObj.selectedIndex==-1)? this.settledIndex : -1
    }
    this.curframe++
    if (this.curframe<this.maxframes+4) //Keep running this function until "maxframes" cycle plus 4 (4 being cycle for highlighting selected option)
        setTimeout("animatedList.randomize()", 100)
    else
        window.location=this.selectObj[this.selectObj.selectedIndex].value
}

}

</script>
</head>
<body>

¾Æ·¡ ·£´ý ¹öÆ°À» Ŭ¸¯Çغ¸¼¼¿ä..!!<p>
<table width=500 border=1>
<tr bgcolor=efefef>
    <th>¿¹Á¦ 1</th>
    <th>¿¹Á¦ 2</th>
</tr>
<tr align=center>
    <td>
        <form>
        <select id="webdevlinks" size="6" onChange="animatedList.navigate('webdevlinks')" style="width:130">
        <option value="http://www.naver.com">Naver</option>
        <option value="http://www.daum.net">Daum</option>
        <option value="http://www.nate.com">Nate</option>
        <option value="http://www.chol.com">chollian</option>
        <option value="http://www.google.com">Google</option>
        <option value="http://www.korea.com">Korea</option>
        </select><br />
        <input type="button" onClick="animatedList.randomizeInit('webdevlinks')" value="Random Link!" />
        </form>
    </td>
    <td>
        <form>
        <select id="newslinks" size="1" onChange="animatedList.navigate('newslinks')">
        <option value="http://www.naver.com">Naver</option>
        <option value="http://www.daum.net">Daum</option>
        <option value="http://www.nate.com">Nate</option>
        <option value="http://www.chol.com">chollian</option>
        <option value="http://www.google.com">Google</option>
        <option value="http://www.korea.com">Korea</option>
        </select> <input type="button" onClick="animatedList.navigate('newslinks')" value="Go" /> <input type="button" onClick="animatedList.randomizeInit('newslinks')" value="Random" />
        </form>
    </td>
</tr>
</table>
ÃßõÃßõ : 312 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
78
üũ¹Ú½º üũ¿©ºÎ¿¡ µû¶ó ¸µÅ©¹æ½ÄÀÌ Æ²·ÁÁý´Ï´Ù..
77
¿©·¯°³ÀÇ Ã¼Å©¹Ú½ºÁß ´Ü ÇÑ°³¸¸ ¼±Åð¡´ÉÇÏ°Ô ÇÕ´Ï´Ù.
76
disabled¸¦ ¼±ÅÃÇϸé üũ¹Ú½º¸¦ Àý´ë ¼±ÅÃÇÒ ¼ö ¾ø½À´Ï´Ù...
75
¼±ÅÃÇÑ Ã¼Å©¹Ú½º value°ªÀ» ½Ç½Ã°£À¸·Î input¹Ú½º¿¡ µð½ºÇ÷¹ÀÌ ÇÕ´Ï´Ù.
74
üũ¹Ú½º¿¡ üũÇؾ߸¸ INPUT¹Ú½º¿¡ ÀԷ°¡´ÉÇÕ´Ï´Ù.
73
ÅؽºÆ®¿¡ ¸¶¿ì½º¸¦ ¿Ã¸®¸é üũ¹Ú½º°¡ üũµÇ°í ³»¸®¸é ÇØÁ¦µË´Ï´Ù.
72
üũ¹Ú½º ¼±ÅÃÇÑ VALUE°ªÀÌ input Æû¿¡ Çϳª¾¿ ÀԷµ˴ϴÙ.
71
üũ¹Ú½º¸¦ ¼±ÅÃÇϸé ÇÏ´Ü¿¡ °ü·Ã ¼³¸íÀÌ ³ªÅ¸³ª°í ÇØÁ¦ÇÏ¸é »ç¶óÁý´Ï´Ù.
70
ÀÔ·ÂÆû¿¡ ÀÔ·ÂµÈ ³»¿ëÀ» Á¤·Ä(sort)ÇÕ´Ï´Ù.
ÄÞº¸¸Þ´º¸¦ ·£´ýÀ¸·Î ¼±Åà (·£´ý½Ã ¾Ö´Ï¸ÞÀÌ¼Ç È¿°ú)
68
üũ¹Ú½º¸¦ ¼±ÅÃÇϸé ÇØ´ç Å×ÀÌºí¼¿(TR) »ö»óÀ» º¯°æÇÕ´Ï´Ù.
67
÷ºÎµÈ ÆÄÀÏÀÌ À̹ÌÁö(JPG,GIF)ÀÎÁö üũÇÕ´Ï´Ù.
66
³»¿ëÀÌ ´Ã¾î³ª¸é Textarea¹Ú½º°¡ ÀÚµ¿À¸·Î ´Ã¾î³³´Ï´Ù..
65
¹öưŬ¸¯À¸·Î textarea¿¡ ÀÖ´Â ³»¿ëÀ» Ŭ¸³º¸µå·Î º¹»çÇÕ´Ï´Ù. 2
64
3´Ü°è ´ÙÀ̳ª¹Í ¼¿·ºÆ® ¸Þ´º 3
63
¼¿·ºÆ®¸¦ ¼±ÅÃÇÏ¸é °ü·Ã ³»¿ëÀ» º¸¿©ÁÝ´Ï´Ù.
62
üũ¹Ú½º¸¦ ¼±ÅÃÇؾ߸¸ INPUTÀÌ È°¼ºÈ­ µË´Ï´Ù.
61
±×·ìº°·Î Àüüüũ/ÇØÁ¦
60
textarea ³»¿ëÀÌ ÇÑÁÙ¸¸ º¸ÀÌ´Ù°¡ ¸¶¿ì½º ¿À¹öÇϸé È®ÀåµË´Ï´Ù
59
Æû ÀÔ·ÂÇ׸ñÀ» ±ôºý°Å¸®°Ô È°¼ºÈ­ÇÕ´Ï´Ù.
58
ÀÔ·ÂÆû¿¡ ³»¿ëÀÌ °ø¹éÀÌ¸é ´ÙÀ½ Ç׸ñÀ¸·Î À̵¿ ºÒ°¡´ÉÇÕ´Ï´Ù.
57
radio ¹öÆ°À¸·Î select box disable ½ÃÅ°±â
56
TEXTAREA¿¡ ÅÇ(Tab) ±â´É ³Ö±â
55
¾Ë¾ÆµÎ¸é Æí¸®ÇÑ FORM ¾×¼Ç Æ®¸¯.
54
ÇѱÛÀ» »ç¿ëÇÏÁö ¸øÇÏ°Ô Çϴ ű×
53
select¸Þ´º¿¡¼­ Ç׸ñÀ» ¼±ÅÃÇϸé Å×ÀÌºí¿¡ ¸ñ·ÏÀÌ ³ªÅ¸³³´Ï´Ù.
52
ÀÔ·ÂÇÑ ±æÀ̸¸Å­ ´Ã¾î³ª°í ÁÙ¾îµå´Â TEXTAREA
51
Textarea¿¡ Ư¼ö¹®ÀÚ¸¦ ¹öưŬ¸¯À¸·Î ÀÔ·ÂÇÒ ¼ö ÀÖ°Ô ÇÕ´Ï´Ù.
50
÷ºÎÆÄÀÏ ÀÔ·Â Æû ¹«ÇÑ Ãß°¡
49
¼ýÀÚ¸¦ Çѱ۷Πº¯È¯ÇÕ´Ï´Ù.
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.