Detta funkar inte i mozilla:
<img src="bilder/show.jpg" alt="" id="show1" width="316" height="236">
<img src="bilder/dummy.jpg" width="103" height="76" onClick="document.getElementById('show1').src=this.src;">
Inte detta heller:
<img src="bilder/show.jpg" alt="" name="show1" width="316" height="236">
<img src="bilder/dummy.jpg" width="103" height="76" onClick="document.images['show1'].src=this.src;">
Inte heller detta:
<img src="bilder/show.jpg" alt="" name="show1" width="316" height="236">
<img src="bilder/dummy.jpg" width="103" height="76" onClick="document.show1.src=this.src;">
Vad felar, alla varianter funkar ju i I.E.?