On Tuesday, Jun 3, 2003, at 10:31 US/Eastern, Jeff wrote: > Any ideas?
In the past I've done this with a single page with all the navigation. It cfswitches to display the appropriate parts based on a variable set in the page that included it. As for the application.cfm execution, I think it will only execute once per "request" not per include. For instance, if you had a page that ended in a cflocation to another page, the application.cfm would execute twice. However a page that includes another will only execute application.cfm once. I think cfmodule would fall in the same category as cfinclude. -- Howard Fore, [EMAIL PROTECTED] "If everything's coming your way, you may be in the wrong lane" - Old Farmhand, Prairie Home Companion ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Get the mailserver that powers this list at http://www.coolfusion.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

