The only problem is that i call the Cfc in a public funcons after i compile the 
arguments to pass to it so when i put the code in there the Flash form just 
sit's there and dosent load


> 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.
> 


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
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:266322
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