Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q224 How can I change an image in another frame using onMouseOver?

You are here: irt.org | FAQ | JavaScript | Image | Q224 [ previous next ]

Try:

<SCRIPT LANGUAGE="JavaScript"><!--
parent.frameName.document.images['imageName'].src = 'image.gif';
//--></SCRIPT>

Feedback on 'Q224 How can I change an image in another frame using onMouseOver?'

©2018 Martin Webb