Forum Moderators: open

Message Too Old, No Replies

targeting and Nested framesets

Targeting sub frames in a nested frame set

         

tesla

1:22 am on May 4, 2002 (gmt 0)

10+ Year Member



HOw do you target a specific nested frame?

Let's say you have the top level frame set and it contains two frames (two rows), ANd lets say the lower row, has a nested frame set in it. Lets say that the nested frame set is comprised of 4 column frames. How do you selectively target one and only one of the four columns, from the first row frame in the top level frame?

DrDoc

9:12 am on May 4, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



If the whole frameset tree is in the same document, all you have to do is target the frame using the frame_name or parent.frame_name

If the column frameset is in a document loaded in the second row, use name_of_frame_two.frame_name or parent.name_of_frame_two.frame_name