Benjamin Mollenhauer: NS: Image in DIV-Tag ansprechen

Beitrag lesen

Du muß das also mit document.Auge.document.gfxLinkesAuge.src

Das hatte ich auch schon probiert und habe es eben noch einmal getestet:
JavaScript Error: document.Auge.document.gfxLinkesAuge has no properties.

Dazu noch ein wenig Source:
<TD><DIV STYLE="position: absolute;" ID="Auge"><IMG NAME="gfxLinkesAuge" SRC="images/px.gif" WIDTH=55 HEIGHT=55></DIV><BR></TD>

document.Auge.document.gfxLinkesAuge.src = PreloadedImages[anim].src;

Benni