Øeh, et par detaljer, som er 'bare' skøre -- helt bortset fra, at jeg synes det er _meget_ dumt at lave kode kun til Microsoft Internet Explorer i Microsoft Windows !-)
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"
"
http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
<title>Billed-galleri</title>
<meta name="keywords" content="søgeord adskilt af komma">
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
var pictures = ['
http://knox.dyndns.dk/ve/gfx/billede_1.jpg','
http://knox.dyndns.dk/ve/gfx/billede_2.jpg','
http://knox.dyndns.dk/ve/gfx/billede_3.jpg','
http://knox.dyndns.dk/ve/gfx/billede_4.jpg','
http://knox.dyndns.dk/ve/gfx/billede_5.jpg'];var actPic = 0;
function NextPicture(){
if(pictures.length>actPic+1){
actPic++;
document.images['pic'].src = pictures[actPic];
}
}
function LastPicture(){
if(actPic>0){
actPic--;
document.images['pic'].src = pictures[actPic];
}
}
function StartSlideShow(){
}
function StopSlideshow(){
}
function StartPicture(){
actPic = 0;
document.images['pic'].src = pictures[0];
}
</script>
<body bgcolor="#C0C0C0">
<img src='
http://knox.dyndns.dk/ve/gfx/billede_1.jpg' name="pic" width="200" height="150">
<br>
<a href="java script:LastPicture();"><<<</a>
<a href="java script:StartPicture();">Start</a>
<a href="java script:NextPicture();">>>></a>
</body>
</html>
-- jeg har så ændret den grundlæggende idé, fordi den ikke var så gennemtænkt !-)