Forum Moderators: open
Tahnks in advance:-)
[edited by: papabaer at 4:52 am (utc) on June 26, 2002]
[edit reason] edited for terms of service [/edit]
top.document.all.rightFrame.src = "newFile.htm"
parent.right.location='...';
(That assumes that the <frame> tag for the right-hand frame includes name="right".)
The pitfall of this approach is that it won't work at all if JavaScript is disabled. You will need to arrange some way of making the site usable without JavaScript.