复制代码代码如下::
<! DocType html public "-// w3c // dtd xhtml 1.0 transitional // en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transsitional.dtd">
<html xmlns = "http://www.w3.org/1999/xhtml">
<kopf>
<meta http-äquiv = "content-type" content = "text /html; charset = utf-8" />
<title> Bilder </title>
<script type = "text/javaScript">
var curindex = 0;
var timeInterval = 1000;
var arr = new Array ();
arr [0] = "1 (1) .jpg";
arr [1] = "1 (2) .jpg";
arr [2] = "1 (3) .jpg";
arr [3] = "1 (4) .jpg";
arr [4] = "1 (5) .jpg";
arr [5] = "1 (6) .jpg";
arr [6] = "1 (7) .jpg";
arr [7] = "1 (8) .jpg";
setInterval (changeImg, timeInterval);
Funktion changeImg () {
var obj = document.getElementById ("obj");
if (curindex == arr.length-1) {
curindex = 0;
} anders {
Curindex += 1;
}
obj.src = arr [curindex];
}
</script>
<script Language = "JavaScript">
setInterval (Test, 1000);
var array = new array ();
var index = 0;
var array = new Array ("1 (1) .jpg", "1 (2) .jpg", "1 (3) .jpg", "1 (4) .jpg", "1 (5) .jpg", "1 (6) .jpg", "1 (7) .jpg", "1 (8) .jpg");
Funktionstest () {
var myimg = document.getElementById ("imgs");
if (index == array.length-1)
{index = 0; } else {index ++; }
myimg.src = array [index];
}
</script>
</head>
<body>
<img id = "obj" src = "1 (1) .jpg" border = 0 />
</body>
<body>
</body>
</html>