assuming the CFC returns a URL to the calling page...

on the calling page, after the CFC call...

<script type="text/javascript">
     <cfoutput>
     window.open('#YOUR_CFC_RESULT_HERE#', 'title',
'new_window_attributes_here');
     </cfoutput>
</script>

opening a new window is going to be client side JS code.  it's not the
responsibility of the CFC.

On 1/11/07, Chris Bleile <[EMAIL PROTECTED]> wrote:
> I am calling a .cfc and performming a query after the query is preformed i 
> want to open another web page.  I cannot figure out how to make another web 
> browser open up and go to the page i desire.  PLease Help!!!!!!!!!
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:266314
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to