You are here: irt.org | BBS | Re: OnMouseOver & Frames [This BBS is closed]
Posted by Rick on September 13, 1998 at 14:08:41:
In Reply to: Re: OnMouseOver & Frames posted by Martin Webb on September 04, 1998 at 16:51:42:
: : Is there a way using the OnMouseOver command to have a common image change occur not in the current frame, but in a different frame?
: parent.framename.document.images['imgname'].src = 'picture.gif';
I hate to admit this, but I really don't understand what I'm supposed to do here. I have a three frame page, the names of my frames are contents, banner and discussion. banner takes up the top 10% or so of the page, contents is the left most 10% or so of the page and discussion takes up the remaining portion.
How do I have it set so that when I point the mouse at an image in the contents frame, not only does it change the image in the contents frame but also one in banner? I understand that I'm supposed to use the snippet that you posted above, but I'm really unsure of where it is supposed to go or what settings I'm supposed to use.
I am extremely new to Java, so your patience and help is appreciated.
Rick
Follow-ups:
You are here: irt.org | BBS | Re: OnMouseOver & Frames [This BBS is closed]