Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Create a Frameset
Rococi
I have a webpage with 3 pages. I want to allow the contributor to create a left hand navigation. So I think that framsets is the answer, but I do not know how to get interwoven to generate the main page based on the pages that were created by the users. Can anyone help?
Thanks,
Rick
Find more posts tagged with
Comments
Migrateduser
First, I don't think framesets are the right approach necessarily. Framesets can cause you all kinds of other problems, especially for bookmarking.
Instead, you should consider having a templating PT which, when invoked, uses the <iw_include> tag to insert the content of the 3 web pages into one generated page. The source content of these 3 pages can either be previously generated individually by templating from DCRs, or, in fact, can all be generated at one time using <iw_load_dcr>.
See the documentation for <iw_load_dcr> and <iw_include> in your templating developer's guide and on your teamsite server, at
http://servername/iw/help/tst/PT
.
bw
Bob Walden [bob.walden@interwoven.com]
Interwoven Education Group
IM: Yahoo, MSN bob_walden
Rococi
Thank you.