Embarrassed to say I spent about five hours trying to do this and searching for a solution.
I have a generic frameset called “group.htm” with a frame called “mainFrame”. I have a number of htm files with content I want to load into “mainframe” as needed, based on a “getURL” action script command from a button in a flash swf file.
Since I can’t put together a dynamic solution, I have set up a separate frameset for each different htm file with “mainFrame” = to the individual htm’s.
This works but it doesn't make sense to have all the separate framesets that are identical except for the content of “mainFrame”.
I just can’t find the syntax to access and change “mainFrame” in the window created by a function to window.open(“group.htm” ….) executed by the “onload” event.
Developers have to be doing this all the time!
I have a generic frameset called “group.htm” with a frame called “mainFrame”. I have a number of htm files with content I want to load into “mainframe” as needed, based on a “getURL” action script command from a button in a flash swf file.
Since I can’t put together a dynamic solution, I have set up a separate frameset for each different htm file with “mainFrame” = to the individual htm’s.
This works but it doesn't make sense to have all the separate framesets that are identical except for the content of “mainFrame”.
I just can’t find the syntax to access and change “mainFrame” in the window created by a function to window.open(“group.htm” ….) executed by the “onload” event.
Developers have to be doing this all the time!