This is a multi-part message in MIME format.

------=_NextPart_000_0011_01C04A89.C7860D00
Content-Type: text/plain;
        charset="iso-8859-1"
Content-Transfer-Encoding: 7bit

Thanks for the feedback.


> -----Original Message-----
> From: Sandra Clark [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 09, 2000 6:05 PM
> To: Fusebox
> Subject: RE: Root Index.cfm
>
>
> I dont' follow fusebox to the letter. I adapted the
> methodology to what
> works best for me.
>
> Since each of the programs off my main nav are true
> programs in their own
> right, I didn't see what the point was of going
> through a top level
> index.cfm.  If you want to though, go ahead. YMMV.
> This is a methodology,
> not a strait jacket.
>
> Also I veer away from the methodology in a very
> important point, but to me
> it makes my work even more modular and easier to read.
>
> In every form submittal I have my fuseaction set to
> <input type="Hidden"
> name="fuseaction" value="#Attributes.FuseAction#">
> I also have a <input type="Hidden" name="ProcessForm"
> value="true"> in every
> form.
>
> When a fuseaction is called, index.cfm checks to see
> if there is a variable
> called ProcessForm.  If there isn't it executes the display.
> If the variable exists, it executes an action file
> instead tied to the
> fuseaction. This could be update, add, delete,
> whatever.  I then do
> a cflocate back to the fuseaction in effect calling
> itself and going back to
> the display.
>
> This works very well for me, For every fuseaction, all
> functionality is
> contained in one area.  Much easier for me to figure
> where I am going then
> to call different fuseactions for every type of
> process I want to perform.
> It also promotes form reuse in that I can just plug in
> my display file for
> either an add or an update and it knows what to call
> each and every time.
>
> Then again I also use a lot of composite forms which
> aren't defined in the
> fusebox methodology either, but work great for me in
> terms of re-use.
>
> Bottom line, don't follow blindly.  Take what is good
> about fusebox, use it
> and don't be afraid to not use what doesn't make sense for you.
> -----Original Message-----
> From: Jerry L. Tarter [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, November 09, 2000 11:17 AM
> To: Fusebox
> Subject: Re: Root Index.cfm
>
>
> This is a multi-part message in MIME format.
>
> ------=_NextPart_000_00B9_01C04A57.A7FC3DB0
> Content-Type: text/plain;
>       charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> So, if I understand you correctly, your nav buttons
> make the call =
> directly and don't go through root index.cfm.
>
> This is the exact scenario that I don't understand --
> I would think you =
> would want to set your root index.cfm as the parent
> and treat all of the =
> circuit apps as children. . Maybe I should ask the
> question: Is there =
> suppose to be a relationship between the root
> (Index.cfm) and circuit =
> apps?
>
> I'm trying to implement the FuseBox methodology but
> would like to adopt =
> a more standard way of handling the root index.cfm logic.=20
>
> Is there one standard that is more accepted than the other?
>
> Later--Jerry
>
> ----- Original Message -----=20
> From: "Sandra Clark" <[EMAIL PROTECTED]>
> To: "Fusebox" <[EMAIL PROTECTED]>
> Sent: Thursday, November 09, 2000 11:42 AM
> Subject: RE: Root Index.cfm
>
>
> > Not necessarily.  I have my navigational buttons
> making calls to the
> > different fuseapps that make up my application.  My
> index page only =
> really
> > controls the home page and login functionality.
> >=20
> > -----Original Message-----
> > From: Jerry L. Tarter [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, November 09, 2000 7:55 AM
> > To: Fusebox
> > Subject: Root Index.cfm
> >=20
> >=20
> > This is a multi-part message in MIME format.
> >=20
> > ------=3D_NextPart_000_006D_01C04A3B.8DF54040
> > Content-Type: text/plain;
> > charset=3D"iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >=20
> > I'm having difficulties in grasping the intent of
> the index.cfm file =
> on =3D
> > the root directory and it's relationship to the
> circuit application's =
> =3D
> > index.cfm files.=3D20
> >=20
> > Is the root index.cfm file suppose to control the
> flow to all of the =
> =3D
> > circuit applications fuseboxes (index.cfm)? In other
> words, is the =3D
> > initial call to a circuit application's index.cfm
> suppose to come only =
> =3D
> > through the root index.cfm?
> >=20
> > Any help in this area would be appreciated.=3D20
> >=20
> > Later--Jerry
> >=20
> >=20
> >=20
> >=20
> > ------=3D_NextPart_000_006D_01C04A3B.8DF54040
> > Content-Type: text/html;
> > charset=3D"iso-8859-1"
> > Content-Transfer-Encoding: quoted-printable
> >=20
> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
> Transitional//EN">
> > <HTML><HEAD>
> > <META content=3D3D"text/html; charset=3D3Diso-8859-1" =3D
> > http-equiv=3D3DContent-Type>
> > <META content=3D3D"MSHTML 5.00.2919.6307" name=3D3DGENERATOR>
> > <STYLE></STYLE>
> > </HEAD>
> > <BODY bgColor=3D3D#ffffff>
> > <DIV><FONT face=3D3DArial size=3D3D2>
> > <P>I'm having difficulties in grasping the intent of
> the index.cfm =
> file =3D
> > on the=3D20
> > root directory and it's relationship to the circuit
> application's =3D
> > index.cfm=3D20
> > files.=3D20
> > <P>Is the root index.cfm file suppose to control the
> flow to all of =
> the =3D
> > circuit=3D20
> > applications fuseboxes (index.cfm)? In other words,
> is the initial =
> call =3D
> > to a=3D20
> > circuit application's index.cfm suppose to come only
> through the root =
> =3D
> > index.cfm?
> > <P>Any help in this area would be appreciated. </P>
> > <P>Later--Jerry</P>
> > <P>&nbsp;</P></FONT></DIV></BODY></HTML>
> >=20
> > ------=3D_NextPart_000_006D_01C04A3B.8DF54040--
> >=20
> > =
> -------------------------------------------------------
> ------------------=
> ---
> > --
> > To Unsubscribe visit
> > =
> http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&;
> body=3Dlists/fuseb=
> ox or
> > send a message to [EMAIL PROTECTED]
> with 'unsubscribe' =
> in
> > the body.
> >=20
> >=20
> > =
> -------------------------------------------------------
> ------------------=
> -----
> > To Unsubscribe visit =
> http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&;
> body=3Dlists/fuseb=
> ox or send a message to
> [EMAIL PROTECTED] with =
> 'unsubscribe' in the body.
>
> ------=_NextPart_000_00B9_01C04A57.A7FC3DB0
> Content-Type: text/html;
>       charset="iso-8859-1"
> Content-Transfer-Encoding: quoted-printable
>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
> <HTML><HEAD>
> <META content=3D"text/html; charset=3Diso-8859-1" =
> http-equiv=3DContent-Type>
> <META content=3D"MSHTML 5.00.2919.6307" name=3DGENERATOR>
> <STYLE></STYLE>
> </HEAD>
> <BODY>
> <DIV><FONT face=3DArial size=3D2>So, if I understand
> you correctly, your =
> nav buttons=20
> make the call directly and don't go through root
> index.cfm.</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>This is the exact
> scenario that I don't =
>
> understand&nbsp;-- I would think you would want to set
> your root =
> index.cfm as=20
> the parent and treat all of the circuit apps as
> children. . Maybe I =
> should ask=20
> the question: <FONT color=3D#0000ff>Is there suppose to be a =
> relationship between=20
> the root (Index.cfm) and circuit apps?</FONT></FONT></DIV>
> <DIV><FONT face=3DArial size=3D2></FONT>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>
> <DIV><FONT face=3DArial size=3D2>I'm trying to
> implement the FuseBox =
> methodology but=20
> would like to adopt a more standard way of handling
> the root index.cfm =
> logic.=20
> </FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV></FONT><FONT face=3DArial size=3D2>Is there one
> standard that is =
> more accepted=20
> than the other?</FONT></DIV></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>Later--Jerry</FONT></DIV>
> <DIV>&nbsp;</DIV>
> <DIV><FONT face=3DArial size=3D2>----- Original
> Message ----- </FONT>
> <DIV><FONT face=3DArial size=3D2>From: "Sandra Clark"
> &lt;</FONT><A=20
> href=3D"mailto:[EMAIL PROTECTED]"><FONT face=3DArial=20
> size=3D2>[EMAIL PROTECTED]</FONT></A><FONT face=3DArial =
> size=3D2>&gt;</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2>To: "Fusebox" &lt;</FONT><A=20
> href=3D"mailto:[EMAIL PROTECTED]"><FONT face=3DArial=20
> size=3D2>[EMAIL PROTECTED]</FONT></A><FONT
> face=3DArial=20
> size=3D2>&gt;</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2>Sent: Thursday,
> November 09, 2000 11:42 =
>
> AM</FONT></DIV>
> <DIV><FONT face=3DArial size=3D2>Subject: RE: Root =
> Index.cfm</FONT></DIV></DIV>
> <DIV><BR></DIV><FONT face=3DArial size=3D2>&gt; Not
> necessarily.&nbsp; I =
> have my=20
> navigational buttons making calls to the<BR>&gt;
> different fuseapps that =
> make up=20
> my application.&nbsp; My index page only
> really<BR>&gt; controls the =
> home page=20
> and login functionality.<BR>&gt; <BR>&gt; -----Original =
> Message-----<BR>&gt;=20
> From: Jerry L. Tarter [</FONT><A =
> href=3D"mailto:[EMAIL PROTECTED]"><FONT=20
> face=3DArial
> size=3D2>mailto:[EMAIL PROTECTED]</FONT></A><FONT =
> face=3DArial=20
> size=3D2>]<BR>&gt; Sent: Thursday, November 09, 2000
> 7:55 AM<BR>&gt; To: =
>
> Fusebox<BR>&gt; Subject: Root Index.cfm<BR>&gt;
> <BR>&gt; <BR>&gt; This =
> is a=20
> multi-part message in MIME format.<BR>&gt; <BR>&gt;=20
> ------=3D_NextPart_000_006D_01C04A3B.8DF54040<BR>&gt;
> Content-Type:=20
> text/plain;<BR>&gt; charset=3D"iso-8859-1"<BR>&gt; =
> Content-Transfer-Encoding:=20
> quoted-printable<BR>&gt; <BR>&gt; I'm having
> difficulties in grasping =
> the intent=20
> of the index.cfm file on =3D<BR>&gt; the root
> directory and it's =
> relationship to=20
> the circuit application's =3D<BR>&gt; index.cfm
> files.=3D20<BR>&gt; =
> <BR>&gt; Is the=20
> root index.cfm file suppose to control the flow to all of the =
> =3D<BR>&gt; circuit=20
> applications fuseboxes (index.cfm)? In other words, is
> the =3D<BR>&gt; =
> initial=20
> call to a circuit application's index.cfm suppose to
> come only =
> =3D<BR>&gt; through=20
> the root index.cfm?<BR>&gt; <BR>&gt; Any help in this
> area would be=20
> appreciated.=3D20<BR>&gt; <BR>&gt;
> Later--Jerry<BR>&gt; <BR>&gt; =
> <BR>&gt; <BR>&gt;=20
> <BR>&gt;
> ------=3D_NextPart_000_006D_01C04A3B.8DF54040<BR>&gt; =
> Content-Type:=20
> text/html;<BR>&gt; charset=3D"iso-8859-1"<BR>&gt; =
> Content-Transfer-Encoding:=20
> quoted-printable<BR>&gt; <BR>&gt; &lt;!DOCTYPE HTML
> PUBLIC "-//W3C//DTD =
> HTML 4.0=20
> Transitional//EN"&gt;<BR>&gt;
> &lt;HTML&gt;&lt;HEAD&gt;<BR>&gt; &lt;META=20
> content=3D3D"text/html; charset=3D3Diso-8859-1" =3D<BR>&gt;=20
> http-equiv=3D3DContent-Type&gt;<BR>&gt; &lt;META
> content=3D3D"MSHTML =
> 5.00.2919.6307"=20
> name=3D3DGENERATOR&gt;<BR>&gt;
> &lt;STYLE&gt;&lt;/STYLE&gt;<BR>&gt;=20
> &lt;/HEAD&gt;<BR>&gt; &lt;BODY
> bgColor=3D3D#ffffff&gt;<BR>&gt; =
> &lt;DIV&gt;&lt;FONT=20
> face=3D3DArial size=3D3D2&gt;<BR>&gt; &lt;P&gt;I'm
> having difficulties =
> in grasping=20
> the intent of the index.cfm file =3D<BR>&gt; on
> the=3D20<BR>&gt; root =
> directory and=20
> it's relationship to the circuit application's =3D<BR>&gt; =
> index.cfm=3D20<BR>&gt;=20
> files.=3D20<BR>&gt; &lt;P&gt;Is the root index.cfm
> file suppose to =
> control the=20
> flow to all of the =3D<BR>&gt; circuit=3D20<BR>&gt;
> applications =
> fuseboxes=20
> (index.cfm)? In other words, is the initial call
> =3D<BR>&gt; to =
> a=3D20<BR>&gt;=20
> circuit application's index.cfm suppose to come only
> through the root =
> =3D<BR>&gt;=20
> index.cfm?<BR>&gt; &lt;P&gt;Any help in this area
> would be appreciated.=20
> &lt;/P&gt;<BR>&gt; &lt;P&gt;Later--Jerry&lt;/P&gt;<BR>&gt;=20
> &lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;&
> lt;/BODY&gt;&lt;/H=
> TML&gt;<BR>&gt;=20
> <BR>&gt;
> ------=3D_NextPart_000_006D_01C04A3B.8DF54040--<BR>&gt; =
> <BR>&gt;=20
> -------------------------------------------------------
> ------------------=
> ---<BR>&gt;=20
> --<BR>&gt; To Unsubscribe visit<BR>&gt; </FONT><A=20
> href=3D"http://www.houseoffusion.com/index.cfm?sidebar=
> 3Dlists&amp;body=3D=
> lists/fusebox"><FONT=20
> face=3DArial=20
> size=3D2>http://www.houseoffusion.com/index.cfm?sidebar
> =3Dlists&amp;body=3D=
> lists/fusebox</FONT></A><FONT=20
> face=3DArial size=3D2> or<BR>&gt; send a message to
> </FONT><A=20
> href=3D"mailto:[EMAIL PROTECTED]"><FONT
>  face=3DArial=20
> size=3D2>[EMAIL PROTECTED]</FONT></A><F
> ONT face=3DArial =
> size=3D2> with=20
> 'unsubscribe' in<BR>&gt; the body.<BR>&gt; <BR>&gt; <BR>&gt;=20
> -------------------------------------------------------
> ------------------=
> -----<BR>&gt;=20
> To Unsubscribe visit </FONT><A=20
> href=3D"http://www.houseoffusion.com/index.cfm?sidebar=
> 3Dlists&amp;body=3D=
> lists/fusebox"><FONT=20
> face=3DArial=20
> size=3D2>http://www.houseoffusion.com/index.cfm?sidebar
> =3Dlists&amp;body=3D=
> lists/fusebox</FONT></A><FONT=20
> face=3DArial size=3D2> or send a message to </FONT><A=20
> href=3D"mailto:[EMAIL PROTECTED]"><FONT
>  face=3DArial=20
> size=3D2>[EMAIL PROTECTED]</FONT></A><F
> ONT face=3DArial =
> size=3D2> with=20
> 'unsubscribe' in the body.</FONT></BODY></HTML>
>
> ------=_NextPart_000_00B9_01C04A57.A7FC3DB0--
>
> -------------------------------------------------------
> ---------------------
> --
> To Unsubscribe visit
> http://www.houseoffusion.com/index.cfm?sidebar=lists&bo
dy=lists/fusebox or
send a message to [EMAIL PROTECTED] with
'unsubscribe' in
the body.


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


------=_NextPart_000_0011_01C04A89.C7860D00
Content-Type: text/html;
        charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE></TITLE>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4134.600" name=3DGENERATOR></HEAD>
<BODY><FONT face=3DArial color=3D#0000ff size=3D2>Thanks for the=20
feedback.</FONT><BR><BR>
<P><FONT size=3D2>&gt; -----Original Message-----<BR>&gt; From: Sandra =
Clark [<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]<BR>&gt;=
 Sent:=20
Thursday, November 09, 2000 6:05 PM<BR>&gt; To: Fusebox<BR>&gt; Subject: =
RE:=20
Root Index.cfm<BR>&gt;<BR>&gt;<BR>&gt; I dont' follow fusebox to the =
letter. I=20
adapted the<BR>&gt; methodology to what<BR>&gt; works best for=20
me.<BR>&gt;<BR>&gt; Since each of the programs off my main nav are =
true<BR>&gt;=20
programs in their own<BR>&gt; right, I didn't see what the point was of=20
going<BR>&gt; through a top level<BR>&gt; index.cfm.&nbsp; If you want =
to=20
though, go ahead. YMMV.&nbsp;<BR>&gt; This is a methodology,<BR>&gt; not =
a=20
strait jacket.<BR>&gt;<BR>&gt; Also I veer away from the methodology in =
a=20
very<BR>&gt; important point, but to me<BR>&gt; it makes my work even =
more=20
modular and easier to read.<BR>&gt;<BR>&gt; In every form submittal I =
have my=20
fuseaction set to<BR>&gt; &lt;input type=3D"Hidden"<BR>&gt; =
name=3D"fuseaction"=20
value=3D"#Attributes.FuseAction#"&gt;<BR>&gt; I also have a &lt;input=20
type=3D"Hidden" name=3D"ProcessForm"<BR>&gt; value=3D"true"&gt; in =
every<BR>&gt;=20
form.<BR>&gt;<BR>&gt; When a fuseaction is called, index.cfm checks to=20
see<BR>&gt; if there is a variable<BR>&gt; called ProcessForm.&nbsp; If =
there=20
isn't it executes the display.<BR>&gt; If the variable exists, it =
executes an=20
action file<BR>&gt; instead tied to the<BR>&gt; fuseaction. This could =
be=20
update, add, delete,<BR>&gt; whatever.&nbsp; I then do<BR>&gt; a =
cflocate back=20
to the fuseaction in effect calling<BR>&gt; itself and going back =
to<BR>&gt; the=20
display.<BR>&gt;<BR>&gt; This works very well for me, For every =
fuseaction,=20
all<BR>&gt; functionality is<BR>&gt; contained in one area.&nbsp; Much =
easier=20
for me to figure<BR>&gt; where I am going then<BR>&gt; to call different =

fuseactions for every type of<BR>&gt; process I want to perform.<BR>&gt; =
It also=20
promotes form reuse in that I can just plug in<BR>&gt; my display file=20
for<BR>&gt; either an add or an update and it knows what to call<BR>&gt; =
each=20
and every time.<BR>&gt;<BR>&gt; Then again I also use a lot of composite =
forms=20
which<BR>&gt; aren't defined in the<BR>&gt; fusebox methodology either, =
but work=20
great for me in<BR>&gt; terms of re-use.<BR>&gt;<BR>&gt; Bottom line, =
don't=20
follow blindly.&nbsp; Take what is good<BR>&gt; about fusebox, use =
it<BR>&gt;=20
and don't be afraid to not use what doesn't make sense for you.<BR>&gt;=20
-----Original Message-----<BR>&gt; From: Jerry L. Tarter [<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]=
<BR>&gt;=20
Sent: Thursday, November 09, 2000 11:17 AM<BR>&gt; To: Fusebox<BR>&gt; =
Subject:=20
Re: Root Index.cfm<BR>&gt;<BR>&gt;<BR>&gt; This is a multi-part message =
in MIME=20
format.<BR>&gt;<BR>&gt; =
------=3D_NextPart_000_00B9_01C04A57.A7FC3DB0<BR>&gt;=20
Content-Type: text/plain;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
charset=3D"iso-8859-1"<BR>&gt; Content-Transfer-Encoding:=20
quoted-printable<BR>&gt;<BR>&gt; So, if I understand you correctly, your =
nav=20
buttons<BR>&gt; make the call =3D<BR>&gt; directly and don't go through =
root=20
index.cfm.<BR>&gt;<BR>&gt; This is the exact scenario that I don't =
understand=20
--<BR>&gt; I would think you =3D<BR>&gt; would want to set your root =
index.cfm as=20
the parent<BR>&gt; and treat all of the =3D<BR>&gt; circuit apps as =
children. .=20
Maybe I should ask the<BR>&gt; question: Is there =3D<BR>&gt; suppose to =
be a=20
relationship between the root<BR>&gt; (Index.cfm) and circuit =
=3D<BR>&gt;=20
apps?<BR>&gt;<BR>&gt; I'm trying to implement the FuseBox methodology=20
but<BR>&gt; would like to adopt =3D<BR>&gt; a more standard way of =
handling the=20
root index.cfm logic.=3D20<BR>&gt;<BR>&gt; Is there one standard that is =
more=20
accepted than the other?<BR>&gt;<BR>&gt; Later--Jerry<BR>&gt;<BR>&gt; =
-----=20
Original Message -----=3D20<BR>&gt; From: "Sandra Clark"=20
&lt;[EMAIL PROTECTED]&gt;<BR>&gt; To: "Fusebox"=20
&lt;[EMAIL PROTECTED]&gt;<BR>&gt; Sent: Thursday, November 09, =
2000=20
11:42 AM<BR>&gt; Subject: RE: Root Index.cfm<BR>&gt;<BR>&gt;<BR>&gt; =
&gt; Not=20
necessarily.&nbsp; I have my navigational buttons<BR>&gt; making calls =
to=20
the<BR>&gt; &gt; different fuseapps that make up my application.&nbsp;=20
My<BR>&gt; index page only =3D<BR>&gt; really<BR>&gt; &gt; controls the =
home page=20
and login functionality.<BR>&gt; &gt;=3D20<BR>&gt; &gt; -----Original=20
Message-----<BR>&gt; &gt; From: Jerry L. Tarter [<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>]=
<BR>&gt;=20
&gt; Sent: Thursday, November 09, 2000 7:55 AM<BR>&gt; &gt; To: =
Fusebox<BR>&gt;=20
&gt; Subject: Root Index.cfm<BR>&gt; &gt;=3D20<BR>&gt; &gt;=3D20<BR>&gt; =
&gt; This=20
is a multi-part message in MIME format.<BR>&gt; &gt;=3D20<BR>&gt; &gt;=20
------=3D3D_NextPart_000_006D_01C04A3B.8DF54040<BR>&gt; &gt; =
Content-Type:=20
text/plain;<BR>&gt; &gt; charset=3D3D"iso-8859-1"<BR>&gt; &gt;=20
Content-Transfer-Encoding: quoted-printable<BR>&gt; &gt;=3D20<BR>&gt; =
&gt; I'm=20
having difficulties in grasping the intent of<BR>&gt; the index.cfm file =

=3D<BR>&gt; on =3D3D<BR>&gt; &gt; the root directory and it's =
relationship to=20
the<BR>&gt; circuit application's =3D<BR>&gt; =3D3D<BR>&gt; &gt; =
index.cfm=20
files.=3D3D20<BR>&gt; &gt;=3D20<BR>&gt; &gt; Is the root index.cfm file =
suppose to=20
control the<BR>&gt; flow to all of the =3D<BR>&gt; =3D3D<BR>&gt; &gt; =
circuit=20
applications fuseboxes (index.cfm)? In other<BR>&gt; words, is the =
=3D3D<BR>&gt;=20
&gt; initial call to a circuit application's index.cfm<BR>&gt; suppose =
to come=20
only =3D<BR>&gt; =3D3D<BR>&gt; &gt; through the root index.cfm?<BR>&gt;=20
&gt;=3D20<BR>&gt; &gt; Any help in this area would be =
appreciated.=3D3D20<BR>&gt;=20
&gt;=3D20<BR>&gt; &gt; Later--Jerry<BR>&gt; &gt;=3D20<BR>&gt; =
&gt;=3D20<BR>&gt;=20
&gt;=3D20<BR>&gt; &gt;=3D20<BR>&gt; &gt;=20
------=3D3D_NextPart_000_006D_01C04A3B.8DF54040<BR>&gt; &gt; =
Content-Type:=20
text/html;<BR>&gt; &gt; charset=3D3D"iso-8859-1"<BR>&gt; &gt;=20
Content-Transfer-Encoding: quoted-printable<BR>&gt; &gt;=3D20<BR>&gt; =
&gt;=20
&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0<BR>&gt;=20
Transitional//EN"&gt;<BR>&gt; &gt; &lt;HTML&gt;&lt;HEAD&gt;<BR>&gt; &gt; =

&lt;META content=3D3D3D"text/html; charset=3D3D3Diso-8859-1" =
=3D3D<BR>&gt; &gt;=20
http-equiv=3D3D3DContent-Type&gt;<BR>&gt; &gt; &lt;META =
content=3D3D3D"MSHTML=20
5.00.2919.6307" name=3D3D3DGENERATOR&gt;<BR>&gt; &gt;=20
&lt;STYLE&gt;&lt;/STYLE&gt;<BR>&gt; &gt; &lt;/HEAD&gt;<BR>&gt; &gt; =
&lt;BODY=20
bgColor=3D3D3D#ffffff&gt;<BR>&gt; &gt; &lt;DIV&gt;&lt;FONT =
face=3D3D3DArial=20
size=3D3D3D2&gt;<BR>&gt; &gt; &lt;P&gt;I'm having difficulties in =
grasping the=20
intent of<BR>&gt; the index.cfm =3D<BR>&gt; file =3D3D<BR>&gt; &gt; on=20
the=3D3D20<BR>&gt; &gt; root directory and it's relationship to the=20
circuit<BR>&gt; application's =3D3D<BR>&gt; &gt; =
index.cfm=3D3D20<BR>&gt; &gt;=20
files.=3D3D20<BR>&gt; &gt; &lt;P&gt;Is the root index.cfm file suppose =
to control=20
the<BR>&gt; flow to all of =3D<BR>&gt; the =3D3D<BR>&gt; &gt; =
circuit=3D3D20<BR>&gt;=20
&gt; applications fuseboxes (index.cfm)? In other words,<BR>&gt; is the =
initial=20
=3D<BR>&gt; call =3D3D<BR>&gt; &gt; to a=3D3D20<BR>&gt; &gt; circuit =
application's=20
index.cfm suppose to come only<BR>&gt; through the root =3D<BR>&gt; =
=3D3D<BR>&gt;=20
&gt; index.cfm?<BR>&gt; &gt; &lt;P&gt;Any help in this area would be=20
appreciated. &lt;/P&gt;<BR>&gt; &gt; =
&lt;P&gt;Later--Jerry&lt;/P&gt;<BR>&gt;=20
&gt;=20
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/FONT&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/H=
TML&gt;<BR>&gt;=20
&gt;=3D20<BR>&gt; &gt; =
------=3D3D_NextPart_000_006D_01C04A3B.8DF54040--<BR>&gt;=20
&gt;=3D20<BR>&gt; &gt; =3D<BR>&gt;=20
-------------------------------------------------------<BR>&gt;=20
------------------=3D<BR>&gt; ---<BR>&gt; &gt; --<BR>&gt; &gt; To =
Unsubscribe=20
visit<BR>&gt; &gt; =3D<BR>&gt; <A target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&amp;">ht=
tp://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&amp;</A><BR>&gt;=20
body=3D3Dlists/fuseb=3D<BR>&gt; ox or<BR>&gt; &gt; send a message to=20
[EMAIL PROTECTED]<BR>&gt; with 'unsubscribe' =3D<BR>&gt; =

in<BR>&gt; &gt; the body.<BR>&gt; &gt;=3D20<BR>&gt; &gt;=3D20<BR>&gt; =
&gt; =3D<BR>&gt;=20
-------------------------------------------------------<BR>&gt;=20
------------------=3D<BR>&gt; -----<BR>&gt; &gt; To Unsubscribe visit =
=3D<BR>&gt; <A=20
target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&amp;">ht=
tp://www.houseoffusion.com/index.cfm?sidebar=3D3Dlists&amp;</A><BR>&gt;=20
body=3D3Dlists/fuseb=3D<BR>&gt; ox or send a message to<BR>&gt;=20
[EMAIL PROTECTED] with =3D<BR>&gt; 'unsubscribe' in the=20
body.<BR>&gt;<BR>&gt; =
------=3D_NextPart_000_00B9_01C04A57.A7FC3DB0<BR>&gt;=20
Content-Type: text/html;<BR>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;=20
charset=3D"iso-8859-1"<BR>&gt; Content-Transfer-Encoding:=20
quoted-printable<BR>&gt;<BR>&gt; &lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD =
HTML 4.0=20
Transitional//EN"&gt;<BR>&gt; &lt;HTML&gt;&lt;HEAD&gt;<BR>&gt; &lt;META=20
content=3D3D"text/html; charset=3D3Diso-8859-1" =3D<BR>&gt;=20
http-equiv=3D3DContent-Type&gt;<BR>&gt; &lt;META content=3D3D"MSHTML =
5.00.2919.6307"=20
name=3D3DGENERATOR&gt;<BR>&gt; &lt;STYLE&gt;&lt;/STYLE&gt;<BR>&gt;=20
&lt;/HEAD&gt;<BR>&gt; &lt;BODY&gt;<BR>&gt; &lt;DIV&gt;&lt;FONT =
face=3D3DArial=20
size=3D3D2&gt;So, if I understand<BR>&gt; you correctly, your =
=3D<BR>&gt; nav=20
buttons=3D20<BR>&gt; make the call directly and don't go through =
root<BR>&gt;=20
index.cfm.&lt;/FONT&gt;&lt;/DIV&gt;<BR>&gt;=20
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;<BR>&gt; &lt;DIV&gt;&lt;FONT =
face=3D3DArial=20
size=3D3D2&gt;This is the exact<BR>&gt; scenario that I don't =
=3D<BR>&gt;<BR>&gt;=20
understand&amp;nbsp;-- I would think you would want to set<BR>&gt; your =
root=20
=3D<BR>&gt; index.cfm as=3D20<BR>&gt; the parent and treat all of the =
circuit apps=20
as<BR>&gt; children. . Maybe I =3D<BR>&gt; should ask=3D20<BR>&gt; the =
question:=20
&lt;FONT color=3D3D#0000ff&gt;Is there suppose to be a =3D<BR>&gt; =
relationship=20
between=3D20<BR>&gt; the root (Index.cfm) and circuit=20
apps?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/DIV&gt;<BR>&gt; &lt;DIV&gt;&lt;FONT=20
face=3D3DArial size=3D3D2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;<BR>&gt; =

&lt;DIV&gt;&lt;FONT face=3D3DArial size=3D3D2&gt;<BR>&gt; =
&lt;DIV&gt;&lt;FONT=20
face=3D3DArial size=3D3D2&gt;I'm trying to<BR>&gt; implement the FuseBox =
=3D<BR>&gt;=20
methodology but=3D20<BR>&gt; would like to adopt a more standard way of=20
handling<BR>&gt; the root index.cfm =3D<BR>&gt; logic.=3D20<BR>&gt;=20
&lt;/FONT&gt;&lt;/DIV&gt;<BR>&gt; =
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;<BR>&gt;=20
&lt;DIV&gt;&lt;/FONT&gt;&lt;FONT face=3D3DArial size=3D3D2&gt;Is there =
one<BR>&gt;=20
standard that is =3D<BR>&gt; more accepted=3D20<BR>&gt; than the=20
other?&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;<BR>&gt;=20
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;<BR>&gt; &lt;DIV&gt;&lt;FONT =
face=3D3DArial=20
size=3D3D2&gt;Later--Jerry&lt;/FONT&gt;&lt;/DIV&gt;<BR>&gt;=20
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;<BR>&gt; &lt;DIV&gt;&lt;FONT =
face=3D3DArial=20
size=3D3D2&gt;----- Original<BR>&gt; Message ----- &lt;/FONT&gt;<BR>&gt; =

&lt;DIV&gt;&lt;FONT face=3D3DArial size=3D3D2&gt;From: "Sandra =
Clark"<BR>&gt;=20
&amp;lt;&lt;/FONT&gt;&lt;A=3D20<BR>&gt; href=3D3D"<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>"&gt;&lt;=
FONT=20
face=3D3DArial=3D20<BR>&gt;=20
size=3D3D2&gt;[EMAIL PROTECTED]&lt;/FONT&gt;&lt;/A&gt;&lt;FONT =
face=3D3DArial=20
=3D<BR>&gt; size=3D3D2&gt;&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;<BR>&gt;=20
&lt;DIV&gt;&lt;FONT face=3D3DArial size=3D3D2&gt;To: "Fusebox"=20
&amp;lt;&lt;/FONT&gt;&lt;A=3D20<BR>&gt; href=3D3D"<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]=
m</A>"&gt;&lt;FONT=20
face=3D3DArial=3D20<BR>&gt;=20
size=3D3D2&gt;[EMAIL PROTECTED]&lt;/FONT&gt;&lt;/A&gt;&lt;FONT<BR=
>&gt;=20
face=3D3DArial=3D20<BR>&gt; =
size=3D3D2&gt;&amp;gt;&lt;/FONT&gt;&lt;/DIV&gt;<BR>&gt;=20
&lt;DIV&gt;&lt;FONT face=3D3DArial size=3D3D2&gt;Sent: Thursday,<BR>&gt; =
November=20
09, 2000 11:42 =3D<BR>&gt;<BR>&gt; AM&lt;/FONT&gt;&lt;/DIV&gt;<BR>&gt;=20
&lt;DIV&gt;&lt;FONT face=3D3DArial size=3D3D2&gt;Subject: RE: Root =
=3D<BR>&gt;=20
Index.cfm&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;<BR>&gt;=20
&lt;DIV&gt;&lt;BR&gt;&lt;/DIV&gt;&lt;FONT face=3D3DArial =
size=3D3D2&gt;&amp;gt;=20
Not<BR>&gt; necessarily.&amp;nbsp; I =3D<BR>&gt; have my=3D20<BR>&gt; =
navigational=20
buttons making calls to the&lt;BR&gt;&amp;gt;<BR>&gt; different fuseapps =
that=20
=3D<BR>&gt; make up=3D20<BR>&gt; my application.&amp;nbsp; My index page =

only<BR>&gt; really&lt;BR&gt;&amp;gt; controls the =3D<BR>&gt; home=20
page=3D20<BR>&gt; and login functionality.&lt;BR&gt;&amp;gt; =
&lt;BR&gt;&amp;gt;=20
-----Original =3D<BR>&gt; Message-----&lt;BR&gt;&amp;gt;=3D20<BR>&gt; =
From: Jerry L.=20
Tarter [&lt;/FONT&gt;&lt;A =3D<BR>&gt; href=3D3D"<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>"=
&gt;&lt;FONT=3D20<BR>&gt;=20
face=3D3DArial<BR>&gt; size=3D3D2&gt;<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:[EMAIL PROTECTED]</A>&=
lt;/FONT&gt;&lt;/A&gt;&lt;FONT=20
=3D<BR>&gt; face=3D3DArial=3D20<BR>&gt; =
size=3D3D2&gt;]&lt;BR&gt;&amp;gt; Sent:=20
Thursday, November 09, 2000<BR>&gt; 7:55 AM&lt;BR&gt;&amp;gt; To:=20
=3D<BR>&gt;<BR>&gt; Fusebox&lt;BR&gt;&amp;gt; Subject: Root=20
Index.cfm&lt;BR&gt;&amp;gt;<BR>&gt; &lt;BR&gt;&amp;gt; =
&lt;BR&gt;&amp;gt; This=20
=3D<BR>&gt; is a=3D20<BR>&gt; multi-part message in MIME =
format.&lt;BR&gt;&amp;gt;=20
&lt;BR&gt;&amp;gt;=3D20<BR>&gt;=20
------=3D3D_NextPart_000_006D_01C04A3B.8DF54040&lt;BR&gt;&amp;gt;<BR>&gt;=
=20
Content-Type:=3D20<BR>&gt; text/plain;&lt;BR&gt;&amp;gt;=20
charset=3D3D"iso-8859-1"&lt;BR&gt;&amp;gt; =3D<BR>&gt;=20
Content-Transfer-Encoding:=3D20<BR>&gt; =
quoted-printable&lt;BR&gt;&amp;gt;=20
&lt;BR&gt;&amp;gt; I'm having<BR>&gt; difficulties in grasping =
=3D<BR>&gt; the=20
intent=3D20<BR>&gt; of the index.cfm file on =3D3D&lt;BR&gt;&amp;gt; the =

root<BR>&gt; directory and it's =3D<BR>&gt; relationship to=3D20<BR>&gt; =
the circuit=20
application's =3D3D&lt;BR&gt;&amp;gt; index.cfm<BR>&gt;=20
files.=3D3D20&lt;BR&gt;&amp;gt; =3D<BR>&gt; &lt;BR&gt;&amp;gt; Is =
the=3D20<BR>&gt;=20
root index.cfm file suppose to control the flow to all of the =
=3D<BR>&gt;=20
=3D3D&lt;BR&gt;&amp;gt; circuit=3D20<BR>&gt; applications fuseboxes =
(index.cfm)? In=20
other words, is<BR>&gt; the =3D3D&lt;BR&gt;&amp;gt; =3D<BR>&gt; =
initial=3D20<BR>&gt;=20
call to a circuit application's index.cfm suppose to<BR>&gt; come only =
=3D<BR>&gt;=20
=3D3D&lt;BR&gt;&amp;gt; through=3D20<BR>&gt; the root =
index.cfm?&lt;BR&gt;&amp;gt;=20
&lt;BR&gt;&amp;gt; Any help in this<BR>&gt; area would be=3D20<BR>&gt;=20
appreciated.=3D3D20&lt;BR&gt;&amp;gt; &lt;BR&gt;&amp;gt;<BR>&gt;=20
Later--Jerry&lt;BR&gt;&amp;gt; &lt;BR&gt;&amp;gt; =3D<BR>&gt; =
&lt;BR&gt;&amp;gt;=20
&lt;BR&gt;&amp;gt;=3D20<BR>&gt; &lt;BR&gt;&amp;gt;<BR>&gt;=20
------=3D3D_NextPart_000_006D_01C04A3B.8DF54040&lt;BR&gt;&amp;gt; =
=3D<BR>&gt;=20
Content-Type:=3D20<BR>&gt; text/html;&lt;BR&gt;&amp;gt;=20
charset=3D3D"iso-8859-1"&lt;BR&gt;&amp;gt; =3D<BR>&gt;=20
Content-Transfer-Encoding:=3D20<BR>&gt; =
quoted-printable&lt;BR&gt;&amp;gt;=20
&lt;BR&gt;&amp;gt; &amp;lt;!DOCTYPE HTML<BR>&gt; PUBLIC "-//W3C//DTD =
=3D<BR>&gt;=20
HTML 4.0=3D20<BR>&gt; =
Transitional//EN"&amp;gt;&lt;BR&gt;&amp;gt;<BR>&gt;=20
&amp;lt;HTML&amp;gt;&amp;lt;HEAD&amp;gt;&lt;BR&gt;&amp;gt;=20
&amp;lt;META=3D20<BR>&gt; content=3D3D3D"text/html; =
charset=3D3D3Diso-8859-1"=20
=3D3D&lt;BR&gt;&amp;gt;=3D20<BR>&gt;=20
http-equiv=3D3D3DContent-Type&amp;gt;&lt;BR&gt;&amp;gt; =
&amp;lt;META<BR>&gt;=20
content=3D3D3D"MSHTML =3D<BR>&gt; 5.00.2919.6307"=3D20<BR>&gt;=20
name=3D3D3DGENERATOR&amp;gt;&lt;BR&gt;&amp;gt;<BR>&gt;=20
&amp;lt;STYLE&amp;gt;&amp;lt;/STYLE&amp;gt;&lt;BR&gt;&amp;gt;=3D20<BR>&gt=
;=20
&amp;lt;/HEAD&amp;gt;&lt;BR&gt;&amp;gt; &amp;lt;BODY<BR>&gt;=20
bgColor=3D3D3D#ffffff&amp;gt;&lt;BR&gt;&amp;gt; =3D<BR>&gt;=20
&amp;lt;DIV&amp;gt;&amp;lt;FONT=3D20<BR>&gt; face=3D3D3DArial=20
size=3D3D3D2&amp;gt;&lt;BR&gt;&amp;gt; &amp;lt;P&amp;gt;I'm<BR>&gt; =
having=20
difficulties =3D<BR>&gt; in grasping=3D20<BR>&gt; the intent of the =
index.cfm file=20
=3D3D&lt;BR&gt;&amp;gt; on<BR>&gt; the=3D3D20&lt;BR&gt;&amp;gt; root =
=3D<BR>&gt;=20
directory and=3D20<BR>&gt; it's relationship to the circuit =
application's=20
=3D3D&lt;BR&gt;&amp;gt; =3D<BR>&gt; =
index.cfm=3D3D20&lt;BR&gt;&amp;gt;=3D20<BR>&gt;=20
files.=3D3D20&lt;BR&gt;&amp;gt; &amp;lt;P&amp;gt;Is the root =
index.cfm<BR>&gt;=20
file suppose to =3D<BR>&gt; control the=3D20<BR>&gt; flow to all of the=20
=3D3D&lt;BR&gt;&amp;gt; circuit=3D3D20&lt;BR&gt;&amp;gt;<BR>&gt; =
applications=20
=3D<BR>&gt; fuseboxes=3D20<BR>&gt; (index.cfm)? In other words, is the =
initial=20
call<BR>&gt; =3D3D&lt;BR&gt;&amp;gt; to =3D<BR>&gt;=20
a=3D3D20&lt;BR&gt;&amp;gt;=3D20<BR>&gt; circuit application's index.cfm =
suppose to=20
come only<BR>&gt; through the root =3D<BR>&gt; =
=3D3D&lt;BR&gt;&amp;gt;=3D20<BR>&gt;=20
index.cfm?&lt;BR&gt;&amp;gt; &amp;lt;P&amp;gt;Any help in this =
area<BR>&gt;=20
would be appreciated.=3D20<BR>&gt; &amp;lt;/P&amp;gt;&lt;BR&gt;&amp;gt;=20
&amp;lt;P&amp;gt;Later--Jerry&amp;lt;/P&amp;gt;&lt;BR&gt;&amp;gt;=3D20<BR=
>&gt;=20
&amp;lt;P&amp;gt;&amp;amp;nbsp;&amp;lt;/P&amp;gt;&amp;lt;/FONT&amp;gt;&am=
p;lt;/DIV&amp;gt;&amp;<BR>&gt;=20
lt;/BODY&amp;gt;&amp;lt;/H=3D<BR>&gt; =
TML&amp;gt;&lt;BR&gt;&amp;gt;=3D20<BR>&gt;=20
&lt;BR&gt;&amp;gt;<BR>&gt;=20
------=3D3D_NextPart_000_006D_01C04A3B.8DF54040--&lt;BR&gt;&amp;gt; =
=3D<BR>&gt;=20
&lt;BR&gt;&amp;gt;=3D20<BR>&gt;=20
-------------------------------------------------------<BR>&gt;=20
------------------=3D<BR>&gt; ---&lt;BR&gt;&amp;gt;=3D20<BR>&gt;=20
--&lt;BR&gt;&amp;gt; To Unsubscribe visit&lt;BR&gt;&amp;gt;=20
&lt;/FONT&gt;&lt;A=3D20<BR>&gt; href=3D3D"<A target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3D">http://www.hou=
seoffusion.com/index.cfm?sidebar=3D</A><BR>&gt;=20
3Dlists&amp;amp;body=3D3D=3D<BR>&gt; =
lists/fusebox"&gt;&lt;FONT=3D20<BR>&gt;=20
face=3D3DArial=3D20<BR>&gt; size=3D3D2&gt;<A target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar">http://www.houseo=
ffusion.com/index.cfm?sidebar</A><BR>&gt;=20
=3D3Dlists&amp;amp;body=3D3D=3D<BR>&gt;=20
lists/fusebox&lt;/FONT&gt;&lt;/A&gt;&lt;FONT=3D20<BR>&gt; face=3D3DArial =

size=3D3D2&gt; or&lt;BR&gt;&amp;gt; send a message to<BR>&gt;=20
&lt;/FONT&gt;&lt;A=3D20<BR>&gt; href=3D3D"<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:fusebox-request@=
houseoffusion.com</A>"&gt;&lt;FONT<BR>&gt;&nbsp;=20
face=3D3DArial=3D20<BR>&gt;=20
size=3D3D2&gt;[EMAIL PROTECTED]&lt;/FONT&gt;&lt;/A&gt;&lt=
;F<BR>&gt;=20
ONT face=3D3DArial =3D<BR>&gt; size=3D3D2&gt; with=3D20<BR>&gt; =
'unsubscribe'=20
in&lt;BR&gt;&amp;gt; the body.&lt;BR&gt;&amp;gt; &lt;BR&gt;&amp;gt;=20
&lt;BR&gt;&amp;gt;=3D20<BR>&gt;=20
-------------------------------------------------------<BR>&gt;=20
------------------=3D<BR>&gt; -----&lt;BR&gt;&amp;gt;=3D20<BR>&gt; To =
Unsubscribe=20
visit &lt;/FONT&gt;&lt;A=3D20<BR>&gt; href=3D3D"<A target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3D">http://www.hou=
seoffusion.com/index.cfm?sidebar=3D</A><BR>&gt;=20
3Dlists&amp;amp;body=3D3D=3D<BR>&gt; =
lists/fusebox"&gt;&lt;FONT=3D20<BR>&gt;=20
face=3D3DArial=3D20<BR>&gt; size=3D3D2&gt;<A target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar">http://www.houseo=
ffusion.com/index.cfm?sidebar</A><BR>&gt;=20
=3D3Dlists&amp;amp;body=3D3D=3D<BR>&gt;=20
lists/fusebox&lt;/FONT&gt;&lt;/A&gt;&lt;FONT=3D20<BR>&gt; face=3D3DArial =

size=3D3D2&gt; or send a message to &lt;/FONT&gt;&lt;A=3D20<BR>&gt; =
href=3D3D"<A=20
href=3D"mailto:[EMAIL PROTECTED]">mailto:fusebox-request@=
houseoffusion.com</A>"&gt;&lt;FONT<BR>&gt;&nbsp;=20
face=3D3DArial=3D20<BR>&gt;=20
size=3D3D2&gt;[EMAIL PROTECTED]&lt;/FONT&gt;&lt;/A&gt;&lt=
;F<BR>&gt;=20
ONT face=3D3DArial =3D<BR>&gt; size=3D3D2&gt; with=3D20<BR>&gt; =
'unsubscribe' in the=20
body.&lt;/FONT&gt;&lt;/BODY&gt;&lt;/HTML&gt;<BR>&gt;<BR>&gt;=20
------=3D_NextPart_000_00B9_01C04A57.A7FC3DB0--<BR>&gt;<BR>&gt;=20
-------------------------------------------------------<BR>&gt;=20
---------------------<BR>&gt; --<BR>&gt; To Unsubscribe visit<BR>&gt; <A =

target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&amp;bo">ht=
tp://www.houseoffusion.com/index.cfm?sidebar=3Dlists&amp;bo</A><BR>dy=3Dl=
ists/fusebox=20
or<BR>send a message to [EMAIL PROTECTED] with =
'unsubscribe'=20
in<BR>the=20
body.<BR><BR><BR>--------------------------------------------------------=
----------------------<BR>To=20
Unsubscribe visit <A target=3D_blank=20
href=3D"http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&amp;body=3D=
lists/fusebox">http://www.houseoffusion.com/index.cfm?sidebar=3Dlists&amp=
;body=3Dlists/fusebox</A>=20
or send a message to [EMAIL PROTECTED] with =
'unsubscribe' in the=20
body.</FONT></P></BODY></HTML>

------=_NextPart_000_0011_01C04A89.C7860D00--

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

Reply via email to