Hey All,
I have a button (.swf button) on one .html frame, and I want to have it show the .html file(from my getURL function) in another frame of my .html file. What is the syntax for that? Currently, I am using…
[color=darkred]getURL(“system.htm”, “_parent”[/color][color=darkred]);[/color]
When clicked it leaves the complete framed site and goes to the system.htm file. I want it to display the .htm file in another frame.
Thanks.