frames array

admin

Administrator
Staff member
i have a frameset that has two frames - named top and bottom.

then i load another frameset into bottom by replacing bottom (from top) with that frameset. that frameset has two frames named left and right. i did that with the following js in top:

parent.bottom.location.href = "newFrameset.htm";

so now we have top, left and right visible. top from the original frameset and left and right from another frameset which replaced bottom.

still with me?

now . . . from top i want to replace the page left. how do i specify that (or is it even possible since they are from two different framesets - but they are in the same window)?

i have tried everything i can think of.
 
Top