IF's are always going to be slower than switch's (or so I have been told).
And the docs use a switch so I figure I should as well :-P
----- Original Message -----
From: "Eric Dawson" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 26, 2000 5:34 AM
Subject: Re: Site Design Question


> Well the same thing can be done as:
>
> <cf__template>
>   <cfinclude template="content.cfm">
> </cf__template>
>
> === _template.cfm ===
> <CFIF ThisTag.ExecutionMode is 'start'>
>   <table align="center"><tr><td>
> <cfelse>
>   </td></TR></TABLE>
> </cfif>
> =====================
>
> <cfinclude template=3D"top_table.cfm">
> <cfinclude template=3D"content.cfm">
> <cfinclude template=3D"bottom_table.cfm">
> ________________________________________________________________________
> Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
>
> --------------------------------------------------------------------------
----
> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to