Re: Can I initiate a bind from javascript?

2009-07-13 Thread John Pullam
Excellent article, thanx!! I consolidated and reordered the external script file, CSS sheet and inline script and that further trimmed the time. I'm down to about 2 seconds for IE7. I still want more improvement, but it's getting tolerable.

Re: Can I initiate a bind from javascript?

2009-07-12 Thread Al Musella, DPM
There is an amazing resource on google that teaches how to speed up applications.. http://code.google.com/speed/articles/ read the one on properly including stylesheets and scripts. I never knew that the order that they appear can make a huge difference in speed.. probably much more so with

Re: Can I initiate a bind from javascript?

2009-07-12 Thread Azadi Saryev
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

Can I initiate a bind from javascript?

2009-07-12 Thread John Pullam
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 t