Hi,

How do you change the src of a frame depending upon what
the main page displays.

I have a banner top named banner, a left Column named menu
and a right column named main. When the contents of Main
change, I would like to have in the OnLoad event a way to
change the contents of the frame menu. How do I do this?

I tried to use window.frames() but I don't know where to
go from here.

Thank you,

Re: Framesets: How to change frames depending on content by Bill

Bill
Wed Jul 30 21:50:21 CDT 2003

Did you try
window.parent.frames("menu").navigate("myURL")
in the onload event of the document being loaded into main?

Bill Wallace

"BC" <bkc5@cdc.gov> wrote in message
news:016601c356cf$4ea4fb80$a601280a@phx.gbl...
> Hi,
>
> How do you change the src of a frame depending upon what
> the main page displays.
>
> I have a banner top named banner, a left Column named menu
> and a right column named main. When the contents of Main
> change, I would like to have in the OnLoad event a way to
> change the contents of the frame menu. How do I do this?
>
> I tried to use window.frames() but I don't know where to
> go from here.
>
> Thank you,