:: What about 
:: <td>#prods.some_variable#</td>
:: in the includes ?
:: That's better syntax anyway...


Nope, still doesn't do it....   

Hmmmm.........


Re:
<cfoutput query="prods">
 <tr>
  <cfswitch expression="#URL.ID#">
    <cfcase value="100">
      <cfinclude template="includes/td_1.cfm">
      <cfinclude template="includes/td_14.cfm">
      <cfinclude template="includes/td_22.cfm">
    </cfcase>
    <cfcase value="110">
     <cfinclude template="includes/td_33.cfm">
     <cfinclude template="includes/td_34.cfm">
     <cfinclude template="includes/td_35.cfm">
   </cfcase>
  </cfswitch>
 </tr>
</cfoutput>                     
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to