2002/12/26 10:58:07     10824     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 Æ÷ÀÎÆ®°¡ Áö±ÞµË´Ï´Ù.

       

54 Á¦·Îº¸µå 4.1¿ë ÃֱٰԽù° »Ì±â [3] 03/06 12211 03/23(23:51)
80 Á¦·Îº¸µå 4.1pl2 ¾Æ¿ô·Î±×ÀÎ Àû¿ë¹æ¹ý 06/10 13450
298 Á¦·Îº¸µå 4 - ¿øº»±ÛÀÌ ÀÏÁÖÀÏ À̳»ÀÎ °æ¿ì¿¡¸¸ ... [2] 07/15 20425 07/16(21:42)
126 Á¢¼ÓÇÒ¶§¸¶´Ù ¹è°æÀ½¾Ç ¹Ù²î°Ô Çϱâ 12/26 10856
95 Á¢¼ÓÇÒ¶§ ¸ÕÀú ·Î±×ÀÎ ºÎºÐ¿¡ Ä¿¼­ ±ô¹ÚÀÌ°Ô Çϱâ... 11/12 10598
149 Á¡¼± Å×ÀÌºí ¸¸µé±â 02/26 12037
139 Àý´ë°æ·Î ¾Ë¾Æ³»±â 01/13 11279
201 ÀüÈ­±â¿Í ¸®¸ðÄÜÀÇ ¶§¸¦ Á¦°ÅÇÏ·Á¸é? ¸·µ¥¹«½Î 06/04 10921
24 Àâ±â¼ú Àε¥ÈÃ.. index.killer ó·³ µ¶Æ¯ÇÏ°ÔÇϱâ... [3] ¡ÙORC¡Ù 12/27 12746 07/01(21:21)
40 ÀÚ½ÅÀÇ mysql db¸¦ ¹é¾÷Çغ¾½Ã´Ù^^ [8] essu 01/23 11131 07/08(14:05)
36 ÀÚ½ÅÀÇ MSN»óÅÂICQ»óŸ¦ ȨÆäÀÌÁö¿¡¼­ º¸¿©ÁÖÀÚ... [2] öÇÑ 01/19 14442 01/19(20:38)
304 ÀÚµ¿Â÷ º¸Çè º¸»óÀÇ ³ëÇÏ¿ì ±è¿ëÈ£ 01/27 14870
>> ÀÚµ¿À¸·Î ½ºÅ©·ÑµÇ´Â ÆäÀÌÁö ¸¸µé±â 12/26 10824
124 ÀÚ±âȨÆäÀÌÁö¿¡ ¹è°æÀ½¾Ç ±ò±â [4] 12/20 11301 12/21(23:26)
96 ÀÏÁ¤½Ã°£ÈÄ »õâÀ¸·Î ¶ç¿ì±â 11/12 10965
FIRST345678916LAST