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

Q400 How can I load an image into a main frame when the mouse moves over a link in another frame?

You are here: irt.org | FAQ | JavaScript | Frame | Q400 [ previous next ]

Try:

<a href="#" onMouseover="parent.mainframename.location.href='picture1.gif'">Text Link 1</a>
<a href="#" onMouseover="parent.mainframename.location.href='picture2.gif'">Text Link 2</a>

Feedback on 'Q400 How can I load an image into a main frame when the mouse moves over a link in another frame?'

©2018 Martin Webb