> But what is your rationale for the opinion that it should not be done? > > It seems to me that placing a CFINCLUDE referencing a navigation bar at the > top of each and every one of my 2400 cfm pages in my intranet app is more > bass-ackwards than merely placing the code in question in the Application.cfm. > > I am all for learning a better way to do things, but I need something more > substantial than "I don't do it because I don't think it should be done".
Well Tim having 2400 pages that are not run based on a site template or that don't include a standard header/footer is the bass-ackwards way of doing things ;-) How I structure an app: index.cfm is the site layout template...it includes header/footer/menu etc. I pass around a URL var called pg which is the file name I want included for content (I always perform a FileExists() check and if not kick user to a page not found page). If I want to change the look over EVERY page I just edit index.cfm (or one of the included header/footer/menu files). Hope this sheds some light ;-) Cheers Bryan Stevenson B.Comm. VP & Director of E-Commerce Development Electric Edge Systems Group Inc. phone: 250.480.0642 fax: 250.480.1264 cell: 250.920.8830 e-mail: [EMAIL PROTECTED] web: www.electricedgesystems.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:228005 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

