Search the web
Sign In
New User? Sign Up
CFTalk · ColdFusion Talk (CFTalk) List archives
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Can I initiate a bind from javascript?   Message List  
Reply | Forward Message #150672 of 154347 |

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:324445



Sun Jul 12, 2009 2:23 pm

mdinowit
Offline Offline
Send Email Send Email

Forward
Message #150672 of 154347 |
Expand Messages Author Sort by Date

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...
archive@...
mdinowit
Offline Send Email
Jul 12, 2009
2:29 pm

you can create a js function which accepts the bind values as parameters and then calls ColdFusion.navigate() to populate your cfwindow and ...
archive@...
mdinowit
Offline Send Email
Jul 12, 2009
2:53 pm

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...
archive@...
mdinowit
Offline Send Email
Jul 13, 2009
12:54 am

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...
archive@...
mdinowit
Offline Send Email
Jul 13, 2009
12:30 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help