if you were 'reusing' a template that expected url parameters then <cfset url.id = 1234> <cfinclude template="blah.cfm">
would do the trick - of course as steve said if this template had those paramters passed they would be available to the included page Elliot "Stephen Cowling" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hey Guys, > Is there a simple way to pass values to a template via cfinclude? > > ie. > <cfinclude template="blah.cfm?id=1234"> > > ?? > > Or is there a "better" way? > > Cheers > Steve > > -- > --------------------------------------------------------------------- > Stephen Cowling [EMAIL PROTECTED] > Phone: (02) 4923 8247 (International: +61-2-4923 8247) > > Educational Experience (Australia) > Postal Address: PO Box 860, Newcastle NSW 2300 > Freecall: 1-800-025 270 International: +61-2-4923 8222 > Fax: (02) 4942 1991 International: +61-2-4942 1991 > > Visit our Education and Learning web site! http://www.edex.com.au/ > Australia's best online toy store! http://www.toysandmore.com.au/ > --------------------------------------------------------------------- > > > --- You are currently subscribed to cfaussie as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
