you can create a js function which accepts the bind values as parameters and then calls ColdFusion.navigate() to populate your cfwindow and CodlFusion.Window.show() to open it.
Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ On 12/07/2009 21:23, John Pullam wrote: > I'm working on a large page that has quite a number of binds. It runs fine on > Firefox and Chrome but crawls on IE7 (takes up to 10 seconds to finish > initialization). It looks like one problem is that the bindonloads are taking > a while. Some of these are fore cfwindows that aren't even open at the > beginning so I would ike to defer the bind until I open that window (if at > all). If I set it to bindonload=false, it is not bound when the window opens. > > Is there any clean way thru Javascript to initiate the bind, after I assign > the values but before I open the window? > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:324446 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

