JS 图片三行五列平铺效果

来源:互联网 发布:矩阵一致性检验 编辑:程序博客网 时间:2024/05/17 00:16

<!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></title>
     <script language="javascript" type="text/javascript">

         // 定时器
         var timeDelay;
         // 图片自动浏览时的时间间隔
         var timeInterval = 8000;

         //中间滚动图片dt
         var Imagedt;
         //中间滚动图片数组
         var Imageimage;
         //中间滚动图片序号
         var ImageNum;
         function LoadMiddleImage() {
             var ds = AjaxMethod.GetMiddlePhoto().value;
             if (ds) {
                 Imagedt = ds.Tables[0];
                 Imageimage = new Array();
                 for (var i = 0; i < Imagedt.Rows.length; i++) {
                     Imageimage.push(Imagedt.Rows[i].DefaultPicUrl);
                 }
                 var ImageimagePreload = new Array();
                 for (var i = 0; i < Imageimage.length; i++) {
                     ImageimagePreload[i] = new Image();
                     ImageimagePreload[i].src = Imageimage[i];
                 }
                 ImageNum = -1;
                 Image_auto();
             }
         }
         function Image_auto() {
             ImageNum++;
             document.getElementById("img1").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             document.getElementById("img2").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             document.getElementById("img3").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             document.getElementById("img4").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             document.getElementById("img5").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             timeDelay = setTimeout("Image_auto()", timeInterval);
             document.getElementById("img6").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             timeDelay = setTimeout("Image_auto()", timeInterval);
             document.getElementById("img7").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             timeDelay = setTimeout("Image_auto()", timeInterval);
             document.getElementById("img8").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             timeDelay = setTimeout("Image_auto()", timeInterval);
             document.getElementById("img9").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             timeDelay = setTimeout("Image_auto()", timeInterval);
             document.getElementById("img10").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             timeDelay = setTimeout("Image_auto()", timeInterval);
             document.getElementById("img11").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             timeDelay = setTimeout("Image_auto()", timeInterval);
             document.getElementById("img12").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             timeDelay = setTimeout("Image_auto()", timeInterval);
             document.getElementById("img13").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             timeDelay = setTimeout("Image_auto()", timeInterval);
             document.getElementById("img14").src = Imageimage[ImageNum];
             ImageNum %= Imageimage.length;
             ImageNum++;
             timeDelay = setTimeout("Image_auto()", timeInterval);
             document.getElementById("img15").src = Imageimage[ImageNum];
             ImageNum++;
            
      

         }

</script>


</head>
<body>
<table style="width:665px;height:170px;" cellpadding="5px" cellspacing="5px">
<tr>
<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img1" alt=""  src="scenery/1.jpg" width="250px"height="200px"/>" </td>
<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img2" alt="" src="scenery/2.jpg" width="250px"height="200px"/></td>
 <td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;"> <img id="img3" alt="" src="scenery/3.jpg" width="250px"height="200px"/> /></td>
    
<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;"> <img id="img4" alt="" src="scenery/4.jpg" width="250px"height="200px"/></td>
<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img5" alt="" src="scenery/5.jpg" width="250px"height="200px"/></td>
 </tr>
 <tr>
<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img6" alt="" src="scenery/6.jpg" width="250px"height="200px"/></td>
<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img7" alt="" src="scenery/7.jpg"width="250px"height="200px"/></td>

<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img8" alt="" src="scenery/8.jpg" width="250px"height="200px"/></td>

<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img9" alt="" src="scenery/9.jpg" width="250px"height="200px"/></td>

<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img10" alt="" src="scenery/10.jpg" width="250px"height="200px"/></td>
</tr>
<tr>
<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img11" alt="" src="scenery/11.jpg" width="250px"height="200px"/></td>

<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img12" alt="" src="scenery/12.jpg" width="250px"height="200px"/></td>


<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img13" alt="" src="scenery/13.jpg" width="250px"height="200px"/></td>

<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img14" alt="" src="scenery/14.jpg" width="250px"height="200px"/></td>

<td style="border-style: solid; border-width: 1px; text-align:center; vertical-align:middle;">
<img id="img15" alt="" src="scenery/15.jpg" width="250px"height="200px"/></td>

</tr>
                                                    
</table>                                                  

</body>
</html>

原创粉丝点击