>> I am somewhat familiar with cfinclude so I tried: >> <cfinclude template="start.cfm?id=10" >
CFInclude is just like cutting and pasting the content of the called template into the processing template. You can't call the template with a query string because it is not passed via http. So if you have a url of http://mydomain.com/start.cfm?id=10 then the URL.variable ID will be available to all the pages you included. Dennis Powers UXB Internet - A website design and Hosting Company http://www.uxbinternet.com/ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;160198600;22374440;w Archive: http://www.houseoffusion.com/groups/CF-Newbie/message.cfm/messageid:3325 Subscription: http://www.houseoffusion.com/groups/CF-Newbie/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15
