Forum Moderators: open

Message Too Old, No Replies

hrefs, pops and framesets

hrefs, pops and framesets

         

anubis

5:04 pm on Sep 19, 2002 (gmt 0)

10+ Year Member



Hi

I have a site which has three framesets (from top to bottom) , navigation, content, footer. In the content frame there is another frameset which has 3 frames ( from the left ) blank, content2 and blank.

I want to be able to open pages in content2 from the navigation in the navigation frame

I also have a pop window which has a link which needs to open in content2
The code below is what I had when I just had the frames navigation, content and footer.

<a href="#" onClick="window.opener.parent.content.location='whats_new.html';">

I have played around with this code but can not get it to work.

Any ideas?

Anubis

jatar_k

5:08 pm on Sep 19, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



just a guess but in this

window.opener.parent.content.location

I assume "content" was the name of the frame you were targetting. Have you changed that name? Did you try the new frame name instead?