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?