> I have a <CFLOCATION URL="http://www.newsite.com"; ADDTOKEN="No">

> Is there a way to set a target in CFLOCATION, such as <CFLOCATION
> URL="http://www.newsite.com"; TARGET="_blank" ADDTOKEN="No"> ?  I've
> tried a number of ways with and without single and double quotes without
> success.

> Or do I need to use META Refresh? But I run into the same problem of
> naming a target so that the target fires.

I'm not aware that there's any way to target a meta refresh either ... I
know there's no way to target a cflocation. If you need a new window (
_blank ) your best bet is going to be window.open() ... If you need to
relocate a different frame in the same frameset, I'd go with either
top.frames.myframe.location.href='url'; or
top.frames.myframe.location.replace('url'); if you want to replace the given
frame in the browser's history stack the way cflocation does in order to
reduce problems with the back button. IIRC location.replace() is available
as of Netscape 3 and IE 4.

Isaac Dealey
www.turnkey.to
954-776-0046
______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to