
September 28th, 2000, 11:18 PM
|
|
Junior Member
|
|
Join Date: Sep 2000
Posts: 1
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Hi,
I have a wierd problem that some of you might be able to solve. Here's what i want to do.
with an 'onclick' property of a link, change the location of an image *in a different frame* as well as load a new page in another frame.
i've named the image 'category' and the frame it is in is called 'Splash'
How do i reference this image location from a separate frame? I've tried this, and i think it's close, but it still won't work.
onclick="document.all.frames("Splash").document.category.src='images/cat01.jpg'"
The website i'm trying this out on is here: http://run.to/sesbaby
thanks for your help.
ryoma
edit: Oh, i only need this to work in Internet Explorer.
[This message has been edited by ryoma (edited September 28, 2000).]
|