...something.
I have a frame with an onLoad handler that references another frame (parent.frames('main').location). The former frame loads first, then a 'menu' frame, then the 'main' frame. The problem is that when moving from any non-frames page to any of the 'main' pages (either from the non frames title page, or by using the 'back' button), the 1st frame is trying to refer to the 3rd frame that hasn't loaded yet. It's not a problem when moving around within the frames part of the site. Is there a way I can wait for the 3rd frame to load before the 1st frame runs its onLoad event?
I tried moving the onLoad to the <frameset>, but then I realized that this does nothing unless init_***.html is reloaded. My init_***.html pages are only used from the main title page to create the frames, and to reload in case the page isn't in its proper parent frameset.
I hope I described this clearly enuf...
I have a frame with an onLoad handler that references another frame (parent.frames('main').location). The former frame loads first, then a 'menu' frame, then the 'main' frame. The problem is that when moving from any non-frames page to any of the 'main' pages (either from the non frames title page, or by using the 'back' button), the 1st frame is trying to refer to the 3rd frame that hasn't loaded yet. It's not a problem when moving around within the frames part of the site. Is there a way I can wait for the 3rd frame to load before the 1st frame runs its onLoad event?
I tried moving the onLoad to the <frameset>, but then I realized that this does nothing unless init_***.html is reloaded. My init_***.html pages are only used from the main title page to create the frames, and to reload in case the page isn't in its proper parent frameset.
I hope I described this clearly enuf...