try using netscape, it gives better errors, you will see the
actual server error message. Maybe the ../ it putting it somewhere
other than what you think or something. Will be able to tell more
with netscape.
Ryan
At 17:37 9/5/00 -0400, you wrote:
>Hello,
>
>I am trying to do this from a child fuse app, in its index.cfm
>
><cfswitch expression="#ListLast(attributes.fuseaction,".")#">
> <cfcase value="SiteMgrToolkit">
> <cflocation url="../index.cfm?fuseaction=#fuseaction#" addtoken="Yes">
> </cfcase>
> <cfdefaultcase>
> <cfinclude template="dsp_corp_reg_main.cfm">
> </cfdefaultcase>
></cfswitch>
>
>As you can see, in the first "case" clause, I am breaking out of the current
>sub app and am trying to redirect to another app through the parent
>index.cfm. However, this does not work, I am getting an IE error (not a CF
>error), that a page is not available. I am running CF4.5 Eval and PWS on an
>NT workstation. Here's what's in the parent index.cfm:
>
><cfswitch expression="#ListFirst(attributes.fuseaction,".")#">
> <cfcase value="Toolkit">
> <cflocation url="toolkit/index.cfm" addtoken="Yes">
> </cfcase>
> <cfdefaultcase>
> <cflocation url="welcome/index.cfm" addtoken="Yes">
> </cfdefaultcase>
></cfswitch>
>
>Thanks for any tips!
>
>------------------------------------------------------------------------------
>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.
>
>
------------------------------------------------------------------------------
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.