Re: How To Catch Network Disconnection In Ajax Buttons

2012-05-07 Thread Martin Grigorov
Hi, You can use browser's online and offline events to be notified when the network is down for some reason. See http://stackoverflow.com/questions/3181080/how-to-detect-online-offline-event-cross-browser On Fri, May 4, 2012 at 1:00 PM, Horacio Natyural horacio.natyu...@gmail.com wrote: Hi,

How To Catch Network Disconnection In Ajax Buttons

2012-05-04 Thread Horacio Natyural
Hi, How do we catch network disconnection ? For example, I'm submitting using an indicatingajaxbutton, when the network is disconnected, the loading indicator disappears and the button is available again. Is there anyway that I can catch network disconnections in indicatingajaxbutton or any ajax