HTML:
<!DOCTYPE html><html><head><title>Questler -- Labyrinth</title><link rel="stylesheet" href="design.css" type="text/css"><script type="text/javascript">labimg = new Array("1.jpg","2.jpg","3.jpg","4.jpg","5.jpg");
imgcount = 0;
function labyrinth() { document.getElementById("img").innerhtml = "<img src=\""+labimg[imgcount]+"\" width=900 height=900 onClick=\"labyrinth()\">"; imgcount++ }</script></head><body onload="()">
<div id="website">
<div id="img">
</div>
</div>
</body></html>
Aber irgendwie wird das nichts, kann mir jemand sagen, was der Fehler ist?