[HTML] pobierz, plaintext <html><head><script>function zmienObraz(id, obrazek){ document.getElementById(id); = obrazek;}</script></head><body><img id="obraz" src="image1.jpg" onMouseOver="javascript:zmienObraz('obraz', 'image2.jpg');" onMouseOut="javascript:zmienObraz('obraz', 'image1.jpg');"></body></html>[HTML] pobierz, plaintext