2002/12/26 10:58:07     11281     1   
   ÀÚµ¿À¸·Î ½ºÅ©·ÑµÇ´Â ÆäÀÌÁö ¸¸µé±â
<script language="JavaScript1.2">
//change 1 to another integer to alter the scroll speed. Greater is faster
var speed=1  /*  ½ºÅ©·Ñ ¼Óµµ Á¦¾î ºÎºÐ */
var currentpos=0,alt=1,curpos1=0,curpos2=-1
function initialize(){
startit()
}
function scrollwindow(){
if (document.all)
temp=document.body.scrollTop
else
temp=window.pageYOffset
if (alt==0)
alt=1
else
alt=0
if (alt==0)
curpos1=temp
else
curpos2=temp
if (curpos1!=curpos2){
if (document.all)
currentpos=document.body.scrollTop+speed
else
currentpos=window.pageYOffset+speed
window.scroll(0,currentpos)
}
else{
currentpos=0
window.scroll(0,currentpos)
}
}
function startit(){
setInterval("scrollwindow()",10)
}
window.onload=initialize
</script>


   
ÄÚ¸àÆ®¸¦ ÀÛ¼ºÇϽøé 2 Æ÷ÀÎÆ®°¡ Áö±ÞµË´Ï´Ù.

       

99 ¹ø°³À̹ÌÁö ¸¸µé±â - ÇãÁ¢Æ÷Åä¼¥ - [5] µÎ±âµÎ¹Ù 11/12 12459 03/02(15:09)
98 ¹è³ÊµðÀÚÀÎ Çϱâ (°í³­À̵µ) 11/12 11339
97 ¿©·¯°¡Áö ¹«·á À¥ÆùÆ® ¹èÆ÷ÇÏ´Â °÷ 11/12 13495
96 ÀÏÁ¤½Ã°£ÈÄ »õâÀ¸·Î ¶ç¿ì±â 11/12 11437
95 Á¢¼ÓÇÒ¶§ ¸ÕÀú ·Î±×ÀÎ ºÎºÐ¿¡ Ä¿¼­ ±ô¹ÚÀÌ°Ô Çϱâ... 11/12 11069
94 ¿ÀÇÂâ ÀÚµ¿À¸·Î ´Ý±â 11/12 11023
93 Ctrl+n ´­·¯º¸¼¼¿ä [1] 11/10 11994 11/10(22:25)
92 <img border="0">³ÖÁö ¾Ê±â [1] 11/10 12870 03/30(20:25)
91 [µµÆ®] »©»©·Î ¸¸µé±â 11/10 11241
90 [Æß] ÀÎÅÍ³Ý ·Î±×ÀΠȤÀº °Ë»ö¿£Áø¿¡¼­ÀÇ ÀϽÃÁ¤... 11/09 11045
89 »õ °Ô½ÃÆÇÁö±â°¡ ÀÎ»ç ¿Ã¸³´Ï´Ù. [1] 11/09 11595 11/11(17:34)
88 Æ÷Åä¼¥ ÇãÁ¢°­Á - °£´ÜÇÏ°Ô ¾ÆÄí¾Æ ºñ½ÁÇÑ È¿°ú... µÎ±âµÎ¹Ù 11/08 11683
87 Æ÷Åä¼¥ ÇãÁ¢°­Á - ȨÆäÀÌÁö ºÐÀ§±â¹Ù²Ù±â - [2] µÎ±âµÎ¹Ù 11/08 11555 11/10(08:08)
86 Æ÷Åä¼¥ ÇãÁ¢°­Á - ±ÛÀڲٹ̱â - [1] µÎ±âµÎ¹Ù 11/08 13289 11/09(01:38)
85 tar (¹é¾÷Çϱâ) »ç¼ö¸¶ 11/01 11824
FIRST512131415161718LAST