Can someone tell me if the use of returnfuseaction is correct in the
following code? I keep getting a error, so I am thinking "NO" Can
someone enlighten me?
<CFCASE VALUE="login">
<CFIF isDefined("form.username") AND isDefined("form.password")>
<CFIF (FORM.USERNAME) IS NOT "" AND (FORM.PASSWORD) IS NOT "">
<CFINCLUDE TEMPLATE="_qry/qry_get_login_info.cfm">
<CFIF (check_user.recordCount) GT 0>
<CFSET session.loggedIn = "true">
<CF_RETURNFUSEACTION
ACTION="return">
</CFIF>
</CFIF>
</CFIF>
<CFINCLUDE TEMPLATE="_dsp/dsp_login.cfm">
</CFCASE>
<CFCASE VALUE="view_messages">
<CF_RETURNFUSEACTION
ACTION="set"
RETURNURL="#CGI.PATH_INFO#?#Request.AttributesList#">
<CFIF (session.LoggedIn) IS "false">
<CFLOCATION URL="index.cfm?fuseaction=login">
</CFIF>
<CFINCLUDE TEMPLATE="_act/act_update_views.cfm">
<CFINCLUDE TEMPLATE="_qry/qry_get_messages.cfm">
<CFINCLUDE TEMPLATE="_dsp/dsp_view_messages.cfm">
</CFCASE>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This list and all House of Fusion resources hosted by CFHosting.com. The place for
dependable ColdFusion Hosting.
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists