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


ÄÞº¸¸Þ´º¸¦ ·£´ýÀ¸·Î ¼±Åà (·£´ý½Ã ¾Ö´Ï¸ÞÀÌ¼Ç È¿°ú)
17³â Àü
<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>
ÃßõÃßõ : 324 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
755
·Îµù ·¹ÀÌ¾î ¸¸µé±â
754
textareaÀÇ ÀÔ·ÂµÈ HTMLÀ» ¹Ì¸®º¸±â ÇÕ´Ï´Ù..
753
textarea¿¡ ÀÖ´Â ³»¿ëÀ» ¼±Åø¸ Çϸé COPY°¡ µÇ°í ´Ù¸¥ ÆûÀ» ¼±ÅÃÇÏ¸é ºÙÈ÷±â°¡ µË´Ï´Ù.
752
textarea¾ÈÀ» Ŭ¸¯ÇÏ¸é ±× ¾È¿¡ ³»¿ëÀüü°¡ ¼±Åõ˴ϴÙ
751
input ÀԷ»óÀÚ¿¡ ÅؽºÆ® ÀÔ·ÂÀ» Á¦ÇÑ ¹× ±ÛÀÚ¼ö¸¦ ½Ç½Ã°£ Ç¥½ÃÇÕ´Ï´Ù.
750
textarea¿¡ ±ÛÀ» ÀÔ·ÂÇÏ¸é ´Ù¸¥ textarea¿Í ·¹À̾ ½Ç½Ã°£À¸·Î ŸÀÌÇÎ µË´Ï´Ù
749
textarea¿¡ ÀÔ·ÂµÈ ÅؽºÆ®¸¦ ÄíÅ°·Î ÀúÀåÇÕ´Ï´Ù
748
textarea¿¡ ÀÔ·ÂµÈ ³»¿ëÁß URL,µµ¸ÞÀÎ, À̸ÞÀϸ¸ ÃßÃâÇÕ´Ï´Ù.
747
üũ¹Ú½º¸¦ ¼±ÅÃÇؾ߸¸ INPUTÀÌ È°¼ºÈ­ µË´Ï´Ù.
746
radio¹öÆ° ¼±Åà ¿©ºÎ¿¡ µû¶ó ¼¿·ºÆ® Ç׸ñÀÌ ¹Ù²ò´Ï´Ù
745
radio¹öÆ°À» ¼±ÅÃÇϸé ÇØ´ç value°ªÀÌ input »óÀÚ¿¡ ³ªÅ¸³³´Ï´Ù.
744
¶óµð¿À ¹öÆ° ¸ñ·ÏÀ» ¿É¼Ç¿¡ µû¶ó LOCKÀ» °Ì´Ï´Ù.
743
¶óµð¿À ¹öÆ° ¼±Åÿ¡ µû¶ó ÀÔ·ÂÆûÀÌ ³ªÅ¸³ª°Å³ª »ç¶óÁý´Ï´Ù.
742
¶óµð¿À¹öÆ°À» ¼±ÅÃÇϸé ÀÔ·ÂµÈ ÁÖ¼Ò·Î À̵¿ÇÕ´Ï´Ù.
741
üũ¹Ú½º ¼±Åà °¹¼ö¸¦ Á¦ÇÑÇÏ´Â ½ºÅ©¸³Æ®
740
üũ¹Ú½º üũ¿©ºÎ¿¡ µû¶ó ¸µÅ©¹æ½ÄÀÌ Æ²·ÁÁý´Ï´Ù..
739
¿©·¯°³ÀÇ Ã¼Å©¹Ú½ºÁß ´Ü ÇÑ°³¸¸ ¼±Åð¡´ÉÇÏ°Ô ÇÕ´Ï´Ù.
738
disabled¸¦ ¼±ÅÃÇϸé üũ¹Ú½º¸¦ Àý´ë ¼±ÅÃÇÒ ¼ö ¾ø½À´Ï´Ù...
737
¼±ÅÃÇÑ Ã¼Å©¹Ú½º value°ªÀ» ½Ç½Ã°£À¸·Î input¹Ú½º¿¡ µð½ºÇ÷¹ÀÌ ÇÕ´Ï´Ù.
736
üũ¹Ú½º¿¡ üũÇؾ߸¸ INPUT¹Ú½º¿¡ ÀԷ°¡´ÉÇÕ´Ï´Ù.
735
ÅؽºÆ®¿¡ ¸¶¿ì½º¸¦ ¿Ã¸®¸é üũ¹Ú½º°¡ üũµÇ°í ³»¸®¸é ÇØÁ¦µË´Ï´Ù.
734
üũ¹Ú½º ¼±ÅÃÇÑ VALUE°ªÀÌ input Æû¿¡ Çϳª¾¿ ÀԷµ˴ϴÙ.
733
üũ¹Ú½º¸¦ ¼±ÅÃÇϸé ÇÏ´Ü¿¡ °ü·Ã ¼³¸íÀÌ ³ªÅ¸³ª°í ÇØÁ¦ÇÏ¸é »ç¶óÁý´Ï´Ù.
732
ÀÔ·ÂÆû¿¡ ÀÔ·ÂµÈ ³»¿ëÀ» Á¤·Ä(sort)ÇÕ´Ï´Ù.
ÄÞº¸¸Þ´º¸¦ ·£´ýÀ¸·Î ¼±Åà (·£´ý½Ã ¾Ö´Ï¸ÞÀÌ¼Ç È¿°ú)
730
üũ¹Ú½º¸¦ ¼±ÅÃÇϸé ÇØ´ç Å×ÀÌºí¼¿(TR) »ö»óÀ» º¯°æÇÕ´Ï´Ù.
729
÷ºÎµÈ ÆÄÀÏÀÌ À̹ÌÁö(JPG,GIF)ÀÎÁö üũÇÕ´Ï´Ù.
728
³»¿ëÀÌ ´Ã¾î³ª¸é Textarea¹Ú½º°¡ ÀÚµ¿À¸·Î ´Ã¾î³³´Ï´Ù..
727
¹öưŬ¸¯À¸·Î textarea¿¡ ÀÖ´Â ³»¿ëÀ» Ŭ¸³º¸µå·Î º¹»çÇÕ´Ï´Ù. 2
726
3´Ü°è ´ÙÀ̳ª¹Í ¼¿·ºÆ® ¸Þ´º 3
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.