|
Á¦¸ñ: |
À̺¸°Ô³ª ~~~~~ |
ÀÛ¼ºÀÚ: |
¼Û»óÁØ º£µå·Î 7/10/2009 |
³»¿ë: |
Á¦ ¸ñ
|
³Ê¹« °ÆÁ¤ ÇÏÁö ¸»°Ô...
|
|
File #1 : |
Download : 0 |
>
File #2 : |
Download : 0 |
>
Link 1 : |
|
>
Link 2 : |
|
>
language="javascript" type="text/javascript">
//
|
|
language="JavaScript" type="text/javascript">
var sRepeat=null;
function doScrollerIE(dir, src, amount) {
if (amount==null) amount=10;
if (dir=="up")
document.all[src].scrollTop-=amount;
else
document.all[src].scrollTop+=amount;
if (sRepeat==null)
sRepeat = setInterval("doScrollerIE(" + dir + "," + src + "," + amount + ")",100);
return false
}
window.document.onmouseout = new Function("clearInterval(sRepeat);sRepeat=null");
window.document.ondragstart = new Function("return false");
|
´Ù¿î·Îµå File: |
|
|
|
|