Multi-Frame Navigation (IE & Netscape)

admin

Administrator
Staff member
Hi All..

I'm assuming this would be the appropriate forum for the following question:

I am generating a website consisting of 4 frames:

------
| 1 | locked header frame
------
| 2 | main nav frame
------
| |
| 3 | main data frame
| |
------
| 4 | sub nav frame
------

I have 9 main subpages, 4 of which have multiple sub-pages with each needing a visible link. I had tried the following javascript code for frame 2 to affect frame 3 & 4:

onClick="parent.frames[1].location='zippy5.html';
parent.frames[2].location='zippy6.html';
parent.frames[3].location='zippy7.html';">

(Code source Joe Burns @ HTML Goodies )
(code modified to fit my layout of course :) )

This code worked great in IE 6 but does not work in Netscape 4.7

Are there other options (easier? etc)?

Help appreciated
 
Back
Top