摘要:
SCROLL state var x=1; var y=1; function scrolldown() { while (y 1) { parent.scroll(x,y); y--; } document.scroll.temp.value="X:" + x + " Y:" + y; } function scrollright() { while (x... 阅读全文
posted @ 2006-07-04 08:47
Ruxuan
阅读(182)
评论(0)
推荐(0)
浙公网安备 33010602011771号