i have an html page with 3 frames in it. the top one: header. then two in the middle of the page. one on left and one on right.
right one hold all of the content and processing.
i have a code that when they visit a specific page, it redirects them to a different page. i use javascript to do it.
<script language='Javascript'>docu
ment.locat
ion.href=.
...>
it all works but it redirects with in the frame. rest of the two frames stay there.
how do i make it redirect the whole page not the frame.
Start Free Trial