Click to See Complete Forum and Search --> : How to opening multiple links with one button?


nobody2005
08-09-2006, 10:37 PM
What i'm trying to create is basically a button which opens two htmls in different frames on the same frameset. (I think I phrased it right....)

Allow me to give a little more details:

I'm creating a page with 3 frames, top, bottom-left, and bottom-right. The top frame is where the menu would be located, that's also where the buttons that I've created are located. What I'm trying to do is, when the user clicks on the button on the top frame, the bottom-left page and bottom-right page (two different pages) will load at the same time. (without clicking any other button) The result I'm trying to achieve is when a user clicks on the button on top frame, a sub-menu will popup at the bottom-left frame and an introductory page would load at the bottom-right frame. The user will then choose which article they want to read from the bottom-left frame, and the article will then show up on the bottom-right frame.

Currently, I got the buttons on the top frame to open up the bottom-left frame sub-menu page only. I'm using Action script in Flash MX2004's GetURL command.
(on Release, GetURL....those simple commands)

How can I open multiple pages in different frames with just one button? Can I just add another line of GetURL? I don't think it would be that simple, but I'm clueless at the moment. Please help. THANKS!!