当前位置:编程学习 > C#/ASP.NET >>

我想做一个添加滚动图片,但是我不知道到底有几张我该怎么办

我想做一个添加滚动图片,但是我不知道到底有几张我该怎么办 
我想知道两种办法一中是URL的一种是从数据库里读的(我知道怎么从数据库里读图片)  --------------------编程问答-------------------- 何必知道有几张?datagrid之类的控件,谁去管它有多少记录了- -! --------------------编程问答-------------------- 向上滚动

<!--<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">-->
<html>
<head>
    <title>Untitled Page</title>
</head>
<body>
    <div id="icefable1">
        <div style="height: 120px; width: 200px; border:solid 1px red; text-overflow:ellipsis;">
        <table><tr><td style="height:50px;text-overflow:ellipsis;"><img src='jsimg/t1.gif' /></td></tr></table>
            </div>
        <div style="height: 120px; width: 200px; border:solid 1px red;"><img src='jsimg/t6.gif' /></div>
        <div style="height: 120px; width: 200px; border:solid 1px red;"><img src='jsimg/fk.gif' /></div>
    </div>

    <script type="text/javascript">
marqueesHeight=120;//滚动区域的高度
stopscroll=false;
with(icefable1){
      style.width=0;//div的宽度
      style.height=marqueesHeight;
      style.overflowX="visible";
      style.overflowY="hidden";
      noWrap=true;
      onmouseover=new Function("stopscroll=true");
      onmouseout=new Function("stopscroll=false");
  }
  preTop=0; currentTop=marqueesHeight; stoptime=0;
  icefable1.innerHTML+=icefable1.innerHTML;
  

function init_srolltext(){
  icefable1.scrollTop=0;
  setInterval("scrollUp()",1);
}init_srolltext();

function scrollUp(){
  if(stopscroll==true) return;
  currentTop+=1;
  if(currentTop==marqueesHeight+1)
  {
      stoptime+=1;
      currentTop-=1;
      if(stoptime==500) 
      {
          currentTop=0;
          stoptime=0;          
      }
  }
  else {      
      preTop=icefable1.scrollTop;
      icefable1.scrollTop+=1;
      if(preTop==icefable1.scrollTop){
        icefable1.scrollTop=marqueesHeight;
        icefable1.scrollTop+=1;
        
      }
  }

}
init_srolltext();
    </script>

</body>
</html>



向左滚动

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Untitled Page</title>
</head>
<body>
<script language="javascript">
//more javascript from http://www.smallrain.net
var images=Array();
images.push("jsimg/t1.gif");
images.push("#");

images.push("jsimg/t6.gif");
images.push("#");

images.push("jsimg/fk.gif");
images.push("#");

//Specify the slider's width (in pixels)
var sliderwidth=695
//Specify the slider's height
var sliderheight=82
//Specify the slider's slide speed (larger is faster 1-10)
var slidespeed=1
//configure background color:
slidebgcolor="#fff"
//Specify the slider's images
var leftrightslide=new Array()
var finalslide=''
leftrightslide[0]='<table border="0"  cellspacing="13" cellpadding="0" width="695px" style="margin-top:-10px">'+
  '<tr align="center">';
var size=images.length/2;
for(var i=0;i<size;i++)
    leftrightslide[0]+="<td width='80' height='62'><div onclick=\"window.open('"+images[i*2+1]+"');\" style=\"cursor:pointer;width:72px;height:62px;background:url("+images[i*2]+") no-repeat;\"><img src=\"jsimg/kuang.gif\" width=\"102\" height=\"102\" border=\"0\" /></div></td>";
leftrightslide[0]+='</tr></table>';
////NO NEED TO EDIT BELOW THIS LINE////////////
var copyspeed=slidespeed
leftrightslide='<nobr>'+leftrightslide.join(" ")+'</nobr>'
var iedom=document.all||document.getElementById
if (iedom)
document.write('<span id="temp" style="visibility:hidden;position:absolute;top:0;left:0">'+leftrightslide+'</span>')
var actualwidth=''
var cross_slide, ns_slide

function fillup(){
if (iedom){
cross_slide=document.getElementById? document.getElementById("test2") : document.all.test2
cross_slide2=document.getElementById? document.getElementById("test3") : document.all.test3
cross_slide.innerHTML=cross_slide2.innerHTML=leftrightslide
actualwidth=document.all? cross_slide.offsetWidth : document.getElementById("temp").offsetWidth
cross_slide2.style.left=actualwidth-5
}
else if (document.layers){
ns_slide=document.ns_slidemenu.document.ns_slidemenu2
ns_slide2=document.ns_slidemenu.document.ns_slidemenu3
ns_slide.document.write(leftrightslide)
ns_slide.document.close()
actualwidth=ns_slide.document.width
ns_slide2.left=actualwidth
ns_slide2.document.write(leftrightslide)
ns_slide2.document.close()
}
lefttime=setInterval("slideleft()",30)
}
window.onload=fillup

function slideleft(){
if (iedom){
if (parseInt(cross_slide.style.left)>(actualwidth*(-1)+8))
cross_slide.style.left=parseInt(cross_slide.style.left)-copyspeed
else
cross_slide.style.left=parseInt(cross_slide2.style.left)+actualwidth-5

if (parseInt(cross_slide2.style.left)>(actualwidth*(-1)+8))
cross_slide2.style.left=parseInt(cross_slide2.style.left)-copyspeed
else
cross_slide2.style.left=parseInt(cross_slide.style.left)+actualwidth-5

}
else if (document.layers){
if (ns_slide.left>(actualwidth*(-1)+8))
ns_slide.left-=copyspeed
else
ns_slide.left=ns_slide2.left+actualwidth

if (ns_slide2.left>(actualwidth*(-1)+8))
ns_slide2.left-=copyspeed
else
ns_slide2.left=ns_slide.left+actualwidth
}
}


if (iedom||document.layers){
with (document){
document.write('<table border="0" cellspacing="0" cellpadding="0"><td>')
if (iedom){
write('<div style="position:relative;width:'+sliderwidth+';height:'+sliderheight+';overflow:hidden">')
write('<div style="position:absolute;width:'+sliderwidth+';height:'+sliderheight+';background-color:'+slidebgcolor+'" onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed">')
write('<div id="test2" style="width:695px;position:absolute;left:0;top:0"></div>')
write('<div id="test3" style="position:absolute;left:0;top:0;width:695px;"></div>')
write('</div></div>')
}
else if (document.layers){
write('<ilayer width='+sliderwidth+' height='+sliderheight+' name="ns_slidemenu" bgColor='+slidebgcolor+'>')
write('<layer name="ns_slidemenu2" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('<layer name="ns_slidemenu3" left=0 top=0 onMouseover="copyspeed=0" onMouseout="copyspeed=slidespeed"></layer>')
write('</ilayer>')
}
document.write('</td></table>')
}
}
</script>
</body>
</html>

--------------------编程问答-------------------- 把它放到一个目录里面,有几张显示几张

操作目录的命名空间及类


        //操作目录的几个类
        System.IO.Directory;  //里面全是静态方法,可能直接调
        System.IO.DirectoryInfo dirinfo = new System.IO.DirectoryInfo(); //也有很多方法
        
        
        //操作文件的几个类
        System.IO.File;      //里面全是静态方法,可能直接调
        System.IO.FileInfo fileinfo = new System.IO.FileInfo();       //也有很多方法


        //只能告诉你这些类了,里面的方法你自已去查吧,很有用.可以遍历一个目录的所有文件,及文件的所有信      息,包括地址
        //熟悉里面的方法,自已去灵活应该吧
--------------------编程问答-------------------- 从数据库中读出来就可以了啊 --------------------编程问答-------------------- 用aspnet自带的控件 --------------------编程问答-------------------- 存的时候只存图片图径,读出来拼上去就行了 --------------------编程问答-------------------- 感谢大家,我也需要这样的东西
补充:.NET技术 ,  ASP.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,