Ok lets say that I have this button we'll call it button 1. Button 1 is in
frame1. on(release){
getURL("mypage.html", frame3);
}
The problem is that button 1 is opening frame 3 in frame 1. How can I get
frame 3 to load into frame 2 which is right below frame 1.
If you click on the link. Then click on home you can see what I mean. The
Button will open the frame in the same frame. But I want it to open in a fra
me
which is right below it. Does anyone know how this is accomplished.
http://www.software.arwenshome.com
Thanks
Brandon
|