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 infinite number of frames

Status
Not open for further replies.

sle2002

Technical User
Jul 16, 2001
79
US
I have 2 questions.
I have a site that i am building with Frames. Navigation is in Flash. I have figured out how to link my button to populate 2 frames. They are stacked one below the other. Can i populate as many frames as i wanted to? Like 3?

Or is this a sort of route something that i shouldn't be taking?

Question 2, I got my 2 frames to work but when i added photos to it, only one frame populated? the other one didn't work? Any ideas?

This is the code that i have been using.

on (release) {
getURL("pages/letter.htm", "middle");
getURL("pages/letter2.htm", "bottom");
}
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top