If I understand your post, then all you would need is this at the top of your next 
form.

<script language="JavaScript">
if (parent.frames.length > 0) 
{       
parent.location.href = self.document.location
}
</script>



-----Original Message-----
From: Luce, Greg [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, November 19, 2002 3:44 PM
To: CF-Talk
Subject: Frames Craziness.


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