Visit Fusebox.org to read up on the fusebox method for CF. My switch
statements look something like this:

<cfcase value="affiliates">
                <cfset title="Affiliate Programs">
                <cfinclude template="qry_affiliates.cfm">
                <cf_dsp_layout>
                        <cfinclude template="dsp_header.cfm">
                        <cfinclude template="dsp_affiliates.cfm">
                </cf_dsp_layout>
</cfcase>

..where the title is used for the page title as well as the breadcrumbs.

qry_ files refer to specific queries and dsp_ files refer to display files
all of which is explained in the Fusebox specification.

There is also another method utilizing CGI scripts which i am less familiar
with. Good luck!

Sincerely,

Shane Witbeck
Webmaster
[EMAIL PROTECTED]
www.digitalsanctum.com




-----Original Message-----
From: Phil Labonte [mailto:[EMAIL PROTECTED]]
Sent: Monday, June 19, 2000 9:15 PM
To: [EMAIL PROTECTED]
Subject: Re: Linear Site Maps: Home > Level 1 > Level 2


Shane I am interested in this also.  Can you give us more details please.
----- Original Message -----
From: "Shane Witbeck" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, June 19, 2000 9:09 PM
Subject: RE: Linear Site Maps: Home > Level 1 > Level 2


> i use the Fusebox method of CF programming and include my little map for
> each switch statement
>
> Sincerely,
>
> Shane Witbeck
> Webmaster
> [EMAIL PROTECTED]
> www.digitalsanctum.com
>
>
>
>
> -----Original Message-----
> From: ClintonGallagher [mailto:[EMAIL PROTECTED]]
> Sent: Monday, June 19, 2000 9:00 PM
> To: CF-Talk
> Subject: Linear Site Maps: Home > Level 1 > Level 2
>
>
> Has anybody learned how to create these things
> dynamically using script? ASP, JavaScript, CFML?
>
> <%= Clinton Gallagher
>     http://home.att.net/~csgallagher/
>     http://www.metromilwaukee.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.

----------------------------------------------------------------------------
--
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