Djamboff
09-18-2003, 04:04 AM
I am in some page of the site and want to go back to index.htm containing frame (top,left,main) and to load specific file in main.
I use :
function back(){
window.location = '../../../index.htm';
parent.main.location ='../../../Structure/struct.htm';
}
but may be back() stops executing after first line and do not load struct.htm in main.
The result is that I have index.htm, but its initial view on the screen.
Do you have any ideas how to do that? Thanks.Valentin.
I use :
function back(){
window.location = '../../../index.htm';
parent.main.location ='../../../Structure/struct.htm';
}
but may be back() stops executing after first line and do not load struct.htm in main.
The result is that I have index.htm, but its initial view on the screen.
Do you have any ideas how to do that? Thanks.Valentin.