昆明最大冻土深度:各位大侠救救命,谁能帮我实现图片的不见断循环呀

来源:百度文库 编辑:中科新闻网 时间:2024/05/03 02:02:47
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
href="main.css" type=text/css rel=stylesheet>
<SCRIPT language=JavaScript>
var n=0;
var docwidth=72*150;
var step=1;
function scrolling(){
window.scroll(n+=step,0);
if(n>docwidth||n<0){
step=0-step;
}
settimmerforscrolling()
}
function settimmerforscrolling(){
window.setTimeout("scrolling()",30);
}
</SCRIPT>

<META content="MSHTML 6.00.2900.2180" name=GENERATOR></HEAD>
<BODY bgColor=#ffffff leftMargin=0 topMargin=0 onload=settimmerforscrolling()>
<TABLE cellSpacing=0 cellPadding=0 bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD>
<TABLE cellSpacing=0 cellPadding=0 width=150 border=0>
<TBODY>
<TR>
<TD height=30>
<DIV align=center><A
href="http://"
target=_parent><IMG height=110
src="002.jpg" width=150
border=0></A></DIV></TD></TR>
<TR>
<TD height=30>
<DIV align=center><A
href="http://"
target=_parent>ZSJ-18型制绳机</A></DIV></TD></TR></TBODY></TABLE></TD>
</TR></TBODY></TABLE>
</BODY></HTML>
这个图片是从数据库调用的,数目是不固定的。