> ASP includes files before executing script commands. Therefore,
> you cannot
> use a script command to build the name of an included file. For
> example, the
> following script would not open the file Header1.inc because ASP
> attempts to
> execute the #Include directive before it assigns a file name to
> the variable
> name.
>
> <!-- This script will fail -->
> <% name=(header1 & ".inc") %>
> <!--#include file="<%= name %>"-->
>
> ===
> okay. then how do you do it?

Several points;
1) This is a CF List, not an ASP List
2) ASP can't, use CF
3) This is not an ASP List, but a CF List
4) The only way I can think of doing this is to have the primary include
file to be a dynamic file, which includes names it's build. Try using CF or
iHTML for the include file.
4) This isn't an ASP List, so try to ask CF Questions here...

Philip Arnold
ASP Multimedia Limited
T: +44 (0)20 8680 1133

"Websites for the real world"

**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**********************************************************************


------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
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