Forum Moderators: open

Message Too Old, No Replies

Iframes

Iframes

         

hkpanda

4:32 am on Jul 21, 2003 (gmt 0)

10+ Year Member



Hello!

I have a web page that uses two iframes (top and bottom).

On click of a link in top iframe, I want to change the content of bottom iframe (load a page afresh).

How can I do it?

korkus2000

2:31 pm on Jul 22, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have you tried using javascript? I believ it works like frames

parent.frameYouWantToChangeName.location.href="newpage.htm";

hkpanda

4:08 pm on Jul 22, 2003 (gmt 0)

10+ Year Member



thanks everybody!

i got the solution working!