Forum Moderators: open
I have 3 frames a top (top.html) side (contents.html) and mainframe all inside the home.html file. Obvioulsy I want the top and side to load with whatever mainframe is loaded, the problem I have is when I run the script the top and side load, but the first page always loads, not the orphan page I want to load.
Any idea's??
I'm assuming that the source for "top" and "left" doesn't change in your case. If it does, things get more complex.
I forgot to close the second frameset. Would you believe I dreamed about that mistake last night? I have officially become a card-carrying geek!
document.write('<frameset rows="20%,80%"><frame src="top.html" name="top"><frameset cols="20%,80%><frame src="left.html" name="left"><frame src="' + contentURL + '" name="content"><\/frameset><\/frameset>')