> Can somebody explain strange behavior of the cflocation tag?
> I have two cfml's files.
> In the
> #1. <cflocation> placed on the top of the page into the cfif;
> #2. <cflocation> placed at the bottom of second page and loads
>     automatically "next" action page.
> Web site is based on the set of frames.
> My question is:
> WHY in #1 "next" page loads in the "top" window
> BUT in #2 "next" page loads in the "current" frame?
> 
> In fact, all works fine (as I planed) but I can figure out WHY it
> works this way. Here is delicate aroma of mysticism. :-/

CFLOCATION doesn't know anything about your frameset. It will instruct the
browser to load a new document in whichever frame the script you're calling
is. As for the delicate aroma of mysticism, I just need to clean the litter
box.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to