From my index.htm I have a drop-down menu.
The client select in this a page.
He jumps to the frame where the page is in.
I want that he shows in this mainframe the selected page : left(frame) is the directory (same as menu content) and rightframe should be the selected page page.htm.
index.htm drop-down menu
page1
page2
page3
function javacript
case "page1" :
parent.location.href = "frm/frame1.htm" = ok
parent.frame1.rechts.location.href = "nl/page2.htm" ?
break;
he shows the frame but not the selected page (he used the default page as defined in the frame).
The client select in this a page.
He jumps to the frame where the page is in.
I want that he shows in this mainframe the selected page : left(frame) is the directory (same as menu content) and rightframe should be the selected page page.htm.
index.htm drop-down menu
page1
page2
page3
function javacript
case "page1" :
parent.location.href = "frm/frame1.htm" = ok
parent.frame1.rechts.location.href = "nl/page2.htm" ?
break;
he shows the frame but not the selected page (he used the default page as defined in the frame).