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


¼¼·ÎÇü ¹è³Ê ½½¶óÀ̵å
ȨÆäÀÌÁöȨÆäÀÌÁö 19³â Àü
<html>
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=euc-kr">
<link rel="stylesheet" href="" type="text/css">
<script language="JavaScript1.2">
//For full source code, installation instructions, Terms Of Use, visit http://www.dynamicdrive.com
//configure the below five variables to change the style of the scroller
var scrollerwidth=187
var scrollerheight=70
var scrollerbgcolor='white'
//set below to '' if you don't wish to use a background image
var scrollerbackground=''
var interval = 1 // ½ºÅ©·ÑµÇ´Â ¼Óµµ ¼ýÀÚ°¡ ³ôÀ» ¼ö·Î ºü¶óÁý´Ï´Ù
var pause = 7000 // º£³Ê°¡ ¸ØÃç ÀÖ´Â ½Ã°£ÀÔ´Ï´Ù. ¼ýÀÚ°¡ ³·À» ¼ö·Ï ¸ØÃß´Â ½Ã°£ÀÌ Âª¾ÆÁý´Ï´Ù.
var topspace = 1 // ±×³É µÎ¼¼¿ä.
var messages = new Array();

// ¾Æ·¡¿¡ ¹è³Ê¸¦ Ãß°¡½ÃÅ°¸é µË´Ï´Ù. [0] [1] [2] .... [n]
messages[0] = "<table border=0><tr><td><a href=\"¸µÅ©ÁÖ¼Ò\" target=_blank><img src=\"À̹ÌÁöÁÖ¼Ò\" border=\"0\"></a></td></tr></table>";
messages[1] = "<table border=0><tr><td><a href=\"¸µÅ©ÁÖ¼Ò\" target=_blank><img src=\"À̹ÌÁöÁÖ¼Ò\" border=\"0\"></a></td></tr></table>";
messages[2] = "<table border=0><tr><td><a href=\"¸µÅ©ÁÖ¼Ò\" target=_blank><img src=\"À̹ÌÁöÁÖ¼Ò\" border=\"0\"></a></td></tr></table>";



// ¹ØÀ¸·Î´Â ¼öÁ¤ÇÏÁö ¸¶¼¼¿ä.

var ie=document.all&&navigator.userAgent.indexOf("Opera")==-1
var dom=document.getElementById&&navigator.userAgent.indexOf("Opera")==-1

i =  (messages.length>2) ? 2 : 0;

function move1(whichlayer){
        tlayer=eval(whichlayer)
        if (tlayer.top>0&&tlayer.top<=topspace){
                tlayer.top=0
                setTimeout("move1(tlayer)",pause)
                setTimeout("move2(document.main.document.second)",pause)
                return
        }
        if (tlayer.top>=tlayer.document.height*-1){
                tlayer.top-=topspace
                setTimeout("move1(tlayer)",interval)
        }
        else{
                tlayer.top=scrollerheight
                tlayer.document.write(messages[i])
                tlayer.document.close()

                if (i==messages.length-1) i=0
                else i++
        }
}

function move2(whichlayer){
        tlayer2=eval(whichlayer)
        if (tlayer2.top>0&&tlayer2.top<=topspace){
                tlayer2.top=0
                setTimeout("move2(tlayer2)",pause)
                setTimeout("move1(document.main.document.first)",pause)
                return
        }
        if (tlayer2.top>=tlayer2.document.height*-1){
                tlayer2.top-=topspace
                setTimeout("move2(tlayer2)",interval)
        }
        else{
                tlayer2.top=scrollerheight
                tlayer2.document.write(messages[i])
                tlayer2.document.close()

                if (i==messages.length-1) i=0
                else i++
        }
}

function move3(whichdiv){
        tdiv=eval(whichdiv)
        if (parseInt(tdiv.style.top)>0&&parseInt(tdiv.style.top)<=topspace){
                tdiv.style.top=0
                setTimeout("move3(tdiv)",pause)
                setTimeout("move4(second2_obj)",pause)
                return
        }
        if (parseInt(tdiv.style.top)>=tdiv.offsetHeight*-1){
                tdiv.style.top=parseInt(tdiv.style.top)-topspace
                setTimeout("move3(tdiv)",interval)
        }
        else{
                tdiv.style.top=scrollerheight
                tdiv.innerHTML=messages[i]
                if (i==messages.length-1) i=0
                else i++
        }
}

function move4(whichdiv){
        tdiv2=eval(whichdiv)
        if (parseInt(tdiv2.style.top)>0&&parseInt(tdiv2.style.top)<=topspace){
                tdiv2.style.top=0
                setTimeout("move4(tdiv2)",pause)
                setTimeout("move3(first2_obj)",pause)
                return
        }
        if (parseInt(tdiv2.style.top)>=tdiv2.offsetHeight*-1){
                tdiv2.style.top=parseInt(tdiv2.style.top)-topspace
                setTimeout("move4(second2_obj)",interval)
        }
        else{
                tdiv2.style.top=scrollerheight
                tdiv2.innerHTML=messages[i]
                if (i==messages.length-1) i=0
                else i++
        }
}

function startscroll(){
        if (ie||dom){
                first2_obj=ie? first2 : document.getElementById("first2")
                second2_obj=ie? second2 : document.getElementById("second2")
                move3(first2_obj)
                second2_obj.style.top=scrollerheight
                second2_obj.style.visibility='visible'
        }
        else if (document.layers){
                document.main.visibility='show'
                move1(document.main.document.first)
                document.main.document.second.top=scrollerheight+topspace
                document.main.document.second.visibility='show'
        }
}

window.onload=startscroll

</script>
</head><body><ilayer id="main" width=&{scrollerwidth}; height=&{scrollerheight}; bgColor=&{scrollerbgcolor}; background=&{scrollerbackground}; visibility=hide>
<layer id="first" left="0" top="1" width="1" height="200" z-index="1">
    <p><script language="JavaScript1.2">
if (document.layers) document.write(messages[0])
</script>
</layer>
<layer id="second" left="0" top="0" width="1" height="200" z-index="1">
    <p><script language="JavaScript1.2">
if (document.layers) document.write(messages[dyndetermine=(messages.length==1)? 0 : 1])
</script>
</layer>
<p></ilayer>

<script language="JavaScript1.2">
if (ie||dom){
        document.writeln('<div id="main2" style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hiden;background-color:'+scrollerbgcolor+' ;background-image:url('+scrollerbackground+')">')
        document.writeln('<div style="position:absolute;width:'+scrollerwidth+';height:'+scrollerheight+';clip:rect(0 '+scrollerwidth+' '+scrollerheight+' 0);left:0;top:0">')
        document.writeln('<div id="first2" style="position:absolute;width:'+scrollerwidth+';left:0;top:1;">')
        document.write(messages[0])
        document.writeln('</div>')
        document.writeln('<div id="second2" style="position:absolute;width:'+scrollerwidth+';left:0;top:0;visibility:hidden">')
        document.write(messages[dyndetermine=(messages.length==1)? 0 : 1])
        document.writeln('</div>')
        document.writeln('</div>')
        document.writeln('</div>')
}
</script>
</body>
</html>
ÃßõÃßõ : 279 Ãßõ ¸ñ·Ï
¹øÈ£ Á¦¸ñ
2,885
input ÀÔ·Â ÇÊµå ¾ÕµÚ °ø¹é ½Ç½Ã°£ Á¦°Å
2,884
Placeholder Æ÷Ä¿½º½Ã °¨Ãß±â
2,883
MySQL Áߺ¹µÈ µ¥ÀÌÅ͸¦ »èÁ¦
2,882
MySQL Áߺ¹ µ¥ÀÌÅÍ È®ÀÎ
2,881
sessionStorage.getItem ¿Í sessionStorage.setItem
2,880
Á¦ÀÌÄõ¸® ·£´ýÀ¸·Î ¹è°æ»ö º¯°æ
2,879
preg match¿¡ °üÇÑ Á¤±Ô½Ä
2,878
Stream an audio file with MediaPlayer ¿Àµð¿À ÆÄÀÏ ½ºÆ®¸®¹Ö Çϱâ
2,877
Audio Streaming PHP Code
2,876
PHP $ SERVER ȯ°æ º¯¼ö Á¤¸®
2,875
Vimeo (ºñ¸Þ¿À) API ¸¦ »ç¿ëÇÏ¿© Ç÷¹À̾î ÄÁÆ®·ÑÇϱâ
2,874
iframe »ç¿ë½Ã ÇÏ´Ü¿¡ ¹ß»ýÇÏ´Â °ø¹é Á¦°Å¹æ¹ý
2,873
¾ÆÀÌÇÁ·¹ÀÓ(iframe) Àüüȭ¸é °¡´ÉÇÏ°Ô Çϱâ
2,872
ºÎÆ®½ºÆ®·¦(bootstrapk)¿¡¼­ »ç¿ëÇÏ´Â class¸í Á¤¸®
2,871
ºÎÆ®½ºÆ®·¦ CSS
2,870
Å©·Ò¿¡¼­ ¸¶Áø Á¶Àý
2,869
PHP ÇöÀç ÆäÀÌÁöÀÇ µµ¸ÞÀθíÀ̳ª urlµîÀÇ Á¤º¸ ¾Ë¾Æ¿À±â
2,868
PHP preg match all()
2,867
PHP ·Î À¥ÆäÀÌÁö ±Ü¾î¿À±â ¸ðµç ¹æ¹ý ÃÑÁ¤¸®!
2,866
[PHP] ¿ø°ÝÁö ÆÄÀÏ ÁÖ¼Ò ³ëÃâ ¾ÈÇÏ°í curl·Î ´Ù¿î·Îµå ¹Þ±â
2,865
PHP ÇÔ¼ö Á¤¸®
2,864
¾ÆÀÌÇÁ·¹ÀÓ(iframe) ºñÀ² À¯ÁöÇϸ鼭 Å©±â Á¶ÀýÇÏ´Â ¹æ¹ý
2,863
PHP ¹è¿­¿¡¼­ ¹«ÀÛÀ§·Î Çϳª »Ì¾ÆÁÖ´Â array rand() ÇÔ¼ö
2,862
PHP Á¤±Ô½Ä Á¤¸®
2,861
PHP Á¤±Ô½ÄÀ» È°¿ëÇÑ ÅÂ±× ¹× ƯÁ¤ ¹®ÀÚ¿­ Á¦°Å ¹× ÃßÃâ ¹æ¹ý
2,860
php Å©·Ñ¸µ ¶Ç´Â ÆÄ½Ì ÇÔ¼ö, Á¤±Ô½Ä ¸ðÀ½
2,859
Á¦ÀÌÄõ¸® ±âº» ¸í·É¾î
2,858
À¥ÆäÀÌÁö °¡·Î ¸ðµå¼¼·Î ¸ðµå ÀνÄÇϱâ
2,857
¸ð¹ÙÀÏ À¥ È­¸é °­Á¦ ȸÀü(°¡·Î¸ðµå °íÁ¤)
2,856
[HTML5]¿¡¼­ frameset ´ëü ¹æ¹ý°ú iframe ¼Ó¼º
¸ñ·Ï
¹ÂÁ÷Æ®·ÎÆ® ºÎ»ê±¤¿ª½Ã ºÎ»êÁø±¸ °¡¾ßµ¿ ¤Ó °³ÀÎÁ¤º¸Ãë±Þ¹æħ
Copyright ¨Ï musictrot All rights reserved.