I have a framed webpage. One of the pages is PHP scripted and passes values to a page that grabs results from a database based on the value.
What I would like to add is this:
I want it to additionally pass values to a frame that contains dhtml and flash. I want the parameters to be dynamically passed without reloading the page. For example, if I click a certain link on the content frame, I want the animated flash object to respond according to the crossed-framed action. I also want the content frame actions to alter the dhtml dropdown box that exists in another frame.
Can this be done?
Thanks for you time-
Mark