Hmm. I put this in place of my cflocation:
        <script language="javascript">
        
parent.location.href="#request.root_url#/index.cfm?fuseaction=profile.profil
e8"
        </script>
and it gets out of the frameset, but isn't going to the new url. It's
actually going to the frame that we were in, but outside the frameset.

-----Original Message-----
From: Brook Davies [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, November 19, 2002 3:52 PM
To: CF-Talk
Subject: Re: Frames Craziness.


<cflocation> does not accept the target attribute. You can do the redirect 
with inline JS like this:

<script language="javascript">
parent.location.href="#myurl#"
</script>

You could replace parent with  the name of the target frame. Does this help?

Brook

At 03:43 PM 19/11/02 -0500, you wrote:
>I'm inside a frameset and I'd like to cflocation to a template that would
>break me out of the frameset, but still be in the same window.
>
>I have a multipart form in a frameset that has paging also. The paging
>buttons submit the form to itself, do some processing and repost the frame.
>When done I want it to repost to itself do some processing, then cflocation
>to the next form that isn't in the frameset. ????
>
>Right now when I cflocation I do the processing and of course it runs the
>next form inside the frame. :-(
>
>Any ideas?
>***Sterling Financial Investment Group, Inc. (SFIG) is a member of
>NASD/MSRB/NFA/SIPC.  Email transmissions may be monitored.  SFIG cannot
>accept orders to buy or sell via email.  Please visit www.mysterling.com
for
>more information.***
>

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Reply via email to