Load Page in a Dynamic Panel

advanced-prototyping

#1

Hello,

I have a main page that is essentially the menu header with a few links on it and a dynamic panel that would serve as the main DIV for all of the content. I designed all of the content as child pages.

Is there a way for me to target the child pages and load them into the dynamic panel?

Thanks,
CJ


#2

You can use inline frames to show content on other pages. It should work fine if the child pages don’t need to interact with the parent page (e.g., clicking a button on a child page won’t affect the dynamic panel on the parent page).

If you do need to send events back and forth between the parent and child, it is possible, but you have to inject custom JavaScript.