> Is there a handy way to couple <cflocation> with the
> target="top" attribute? If not, how would you suggest
> I accomplish this task?

CFLOCATION runs on the server side, which has no understanding of what's
going on in frames on the client, so the short answer is no. You can use
JavaScript on the client, though; simply send back something like this:

<SCRIPT LANGUAGE="JavaScript">
top.location.href = 'whatever.cfm';
</SCRIPT>

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

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to