I'm putting together a site (obviously). From my main page, I'm going to have javascript menus that I want to redirect to different sections of the page.
Different sections use a different frame placeholder. The mainpage (index.html), events (events.html), celebrities (celebrities.html), sponsors (sponsors.html), and scholarships (scholarships.html) each have a different placeholder for the frames.
Events has an events list on the sidebar.
Celebrities has different years on the sidebar.
Sponsors has the different sponsorship levels on the sidebar.
On the mainpage, events, celebrities, sponsors and scholarships will all have the drop down js menus. From celebrities (for example), someone can choose 2006, 2005, or past.
I would like to load the year content into the celebrities placeholder from the mainpage, i.e. if I cilck on 2005 from the mainpage, the celebrities placeholder will load and load the 2005 content iframe.
Currently, we have a placeholder for each iframe. I'd like to have 4 placeholders and load the different iframes from another section or placeholder.
The testing site can be found here: http://www.txstate.edu/~po54796/test
|