He i tried to do this, but is doesnt work it only linkt to another
html page but the images doesnt change.
<a href="route.
html"
onmouseover="rollover1.src="image/route.
png"';"
onmouseout="rollover1.src="image/route2.
png"';">
<img src="route_files/route2.
png" "name="rollover1" alt="" style="border: none; height: 225px; width: 300px; " />
</a>
could someone tell me what i am doing wrong?