-
Nested Framesets
Here's My problem. I have a standard frameset..top, left, main, and right. When you click the link in the left frame it opens another frameset in the "mainframe" frame (main). In the subframset I have two frames, left and right. In the left frame are anchor links pointing to the document anchors in the right frame. However because each link opens the anchor link in the "mainframe" it takes over the entire mainframe and kills My frame subset. What is the way to get around this or is there one?
Thanks
-
The direct solution: change the links' targets to one of the subframe names.
The indirect, better solution: don't use such a braindead (excuse the word) approach. Who nests framesets?