Hi,
I have a frameset within a frame of another frameset. The first frameset contains three frames: txtFrame(the mainframe), logoFrame(top), navFrame(navigation
) In the navFrame I have a frameset which contains another three frames: homeFrame(home button),Sitemap( sitemap button) and mainFrame(which contains all other buttons. One of the buttons in the mainFrame has to load another page in this frame and load another page in txtFrame. I've tried to do it with parent.txtFrame.location="page.html" but I recieve the error that txtFrame is not an object.
Does anybody know how I can solve this?
Thanks in advance!
I have a frameset within a frame of another frameset. The first frameset contains three frames: txtFrame(the mainframe), logoFrame(top), navFrame(navigation

Does anybody know how I can solve this?
Thanks in advance!
Comment