Rank: Advanced Member Groups: Member
Joined: 3/9/2010 Posts: 119
|
I'm getting an eo.debug error message when the user clicks on a combobox when their internet speed is slow because the page is not fully loaded. I need to disable a combobox until the page is completly loaded. Then once loaded enable it from client side js. How do I do that?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
There is no easy way to do that. You could use JavaScript to hide the control all together until your page is loaded. However this is a paradox as all the browser would try to do the exact opposite desperately --- show something to the user as soon as possible. The easiest workaround for you is probably just to disable the debug message, so that clicking the control would not do anything until page is loaded.
Thanks!
|