发信人: dingziming()
整理人: eagle(1999-12-09 18:38:15), 站内信件
|
<script language="JavaScript">
<!--
var position = 0;
function scroller() {
if (position !=400) { /* 参数意义:大则滚屏长度长 */
position++;
scroll(0,position);
clearTimeout(timer);
var timer = setTimeout("scroller()",50);
timer;
}
}
scroller() ;
// --></script>
-- 茫茫网海,何处觅知己?相识是缘,有空来坐坐......
中文网址:"有空来坐坐"
http://znc.meizhou.net
``````````````````````````````````````````
http://personal.wol.com.cn/znc
``````````````````````````````````````````
※ 来源:.月光软件站 http://www.moon-soft.com.[FROM: 202.96.191.124]
|
|