You can't pass parameters with an include.
You have several options:
1 - Change navigation_e to look for attributes.page
<cfmodule (look up the syntax ;-)>
2 - Change navigation_e to look for attributes.page
<cf_navigation_e page="services">
3 - No changes to navigation_e
<cfset page="services">
<cfinclude template="navigation_e.cfm">
I'd lean towards one of the first 2 options...
Larry
>>> [EMAIL PROTECTED] 05/22/00 09:02AM >>>
Can s.o. tell me why this isn't possible ?
<cfinclude template="navigation_e.cfm?page=services">
It throws an CFInclude-Template-error !
Ideas what to do instead ?
------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message
to [EMAIL PROTECTED] with 'unsubscribe' in the body.