View Single Post
  #1 (permalink)  
Old 03-19-2005, 11:12 AM
citizenpaul citizenpaul is offline
Registered User
 
Join Date: Mar 2005
Posts: 1
Complicated iframe targetting problem...

Hi there,

I'm currently putting together a new site and I want a three-tier navigation system. I used to do have something similar using frames which worked very nicely and was easy to navigate / maintain etc. I am just learning iframes as I think you can achieve nicer looking results with them. My unfinished site is currently at

http://www.acitizenabovesuspicion.co.uk/dev

I want each of the main navigation strip buttons 'News', 'Music', etc to change both the navigation iframe (small grey one on the left) and the main content iframe - so that you get a relevant submenu displayed in the nav iframe and the first page of relevant content in the main iframe. As you will see, I can get the two iframes to change from the nav strip simulatneously ('News' is the only button working at the moment) using JS.

However this seems to screw up the rest of the targeting in that the links that come up in the nav iframe are supposed to change the page that's displayed in the main content iframe. Instead the target pages open in the navigation iframe.

I have named the iframes and have target='iframename' set up for each iframe and in the links I'm trying to get to open but it still doesn't seem to work.

I would really appreciate any pointers at all! Thanks very much
Paul
Reply With Quote