Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

populating frames

Status
Not open for further replies.

sle2002

Technical User
Jul 16, 2001
79
US
Hello.

I am creating a website where the navigation goes in Frame one at the top and then the buttons would populate the other frames. The only part that would be in Flash is the navbar. So far i have gotten the button to populate the middle frame, but i would like it to populate the bottom frame at the same time.

Is this possible?

My code right now for populating the middle frame is as follows:
on (release) {
getURL("pages/letter.htm", "middle");
}

I tried adding another one after that for the bottom but it didn't work.

Thanks
s-
 
My bad.

I asked this before an just opened the saved tip on my computer and it worked.

Thanks anyway.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top