Hi gang,

I'm creating a cfwindow through a JS function.  I can declare the  
width, height, whether it's modal or not, etc through the function.   
However when i try to define refreshOnShow:true The cfwindow doesn't  
actually refresh.  Here's the JS I'm using:

function makeWindow(client,campID) {
        ColdFusion.Window.create( campID,"Campaign " +  
campID,"onlineMarketing_campDetail.cfm?client=" + client + "&campID="  
+ campID,
        {refreshOnShow:true,center:true,modal:true,width:500,height:400});
}

Anyone know how I can get this to work?

Steve Good
http://lanctr.com






~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;192386516;25150098;k

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

Reply via email to