PDA

View Full Version : third image onMouseOver


emma85
08-13-2002, 12:37 PM
Hi!
I do get the third image onMouseOver to work okay, but only in the same frame. so my question is. how can I get a third image to appear in a different frame, when mouseOver?

would be perfect to know
//Emma

beetle
08-13-2002, 03:01 PM
<img src="pic.gif" onMouseOver="top.frames.frameName.document.getElementById('imageName ').src='newpic.gif'">