I have the requirement to create a page which contains a graph at the top, and for each item in the graph there’s a fact sheet below. I already produce the fact sheets as stand-alone pages. Now, rather than recreating the fact sheet to include in the page I have to create, I’d like to use the work that already exists.
Is it realistic that I dynamically generate each fact sheet as needed, strip out the body and insert that into the new page? If so, does anyone have any pointers or suggestions? Thanks
A quick way to implement this feature would be to use an
iframeto load the other pages in to. This would allow you to keep using the work that already exists. Not the most elegant solution but it would work.Hope this helps.