Thanks for your comments, I'm not sure if my reply got through.

I already use a similar method with JavaScript, this will repopulate the
frames, but this resets the various frames to their initial state and not
its previous state before the user log in.

I've tried using returnfuseaction, but this recreates the whole frameset
within a single frame.

Any suggestions?

Cheers


Gary Morin

KeyGIS Limited
Tel: +44 (0)1604 891152
Fax: +44 (0)1604 891164
www.keygis.co.uk
[EMAIL PROTECTED]

 -----Original Message-----
From:   Fred T. Sanders [mailto:[EMAIL PROTECTED]]
Sent:   12 March 2001 18:24
To:     Fusebox
Subject:        Re: returnfuseaction and frames

actually looks more like a job for javascript.

<cfif isValidated>
<cf_htmlhead>
<cfoutput>
<script language="javascript" type="text/javascript">
    parent.sideframename.location.href =
'index.cfm?fuseaction=sidenav&#request.urltoken#';

parent.mainframename.location.href='index.cfm?fuseaction=mainframe&#request.
urltoken#';

parent.topframename.location.href='index.cfm?fuseaction=loginform&#request.u
rltoken#';
</script>
</cfoutput>
</cf_htmlhead>
</cfif>

DISCLAIMER:
    The preceding snippet was pulled very quickly out of my dairy-aire, as
an example of a possible solution to a problem.
    It has not been tested and no warranty is expressed or implied as to its
code worthiness, proper syntax, or even that it is
    correct.

Fred Sanders


----- Original Message -----
From: "Gary Morin" <[EMAIL PROTECTED]>
To: "Fusebox" <[EMAIL PROTECTED]>
Sent: Sunday, March 11, 2001 7:05 PM
Subject: returnfuseaction and frames


> Can someone set me in the right direction please?
>
> I'm using three frames, in the header frame I have a 'User Login' link,
> which when pressed displays a login form in the side menu frame, when the
> user successfully logs in, the side menu frame needs to be returned to
it's
> previous state.
>
> I'm sure this is a job for returnFuseActions. I also always want to
display
> the login form even if the user is already logged in.
>
> But I'm not sure how to make it happen, any suggestions?
>
> Cheers
>
> Gary
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to