Forum Moderators: open
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