search for: oninteractive

Displaying 4 results from an estimated 4 matches for "oninteractive".

Did you mean: noninteractive
2007 May 22
2
onInteractive does not work on IE and Opera
onInteractive work well on Firefox but no effect with IE or Opera any suggestion? thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to rubyonrails-sp...
2005 Oct 18
3
Ajax.Request / XmlHttpRequest details
...#39;'s readyState property can have? I mean, I know what the states are, but I''m unclear on the circumstances under which each occurs... In a simple test I wrote, I''m seeing the loaded, interactive and complete states (i.e. my Ajax.Request instance calls its onLoaded, onInteractive and onComplete event handlers). onInteractive gets called multiple times, so I assume it fires either every so-many- bytes of response data or every so-many-seconds -- but which is it? And why isn''t onLoading firing? The reason I''m asking is, I''m trying to implement...
2007 Feb 15
3
Re: Incremental Updates
As an alternative to polling the client, as Ryan describes, you could consider piggy-backing the status updates on the back of other ajax responses. Which way you go depends entirely on the nature of your app, in particular: 1. how frequently it generates ajax traffic anyway 2. how long the server-side process is going to take If the server-side process takes, say, 20 seconds, polling is a
2006 Jun 16
3
onCreate not getting triggered.
I am trying to get a loader to display during ajax requests, but the "onCreate" is not getting triggered. The onComplete does. function loadComponent(section){ values = arguments[1] pars = $H(values).toQueryString() pars = "section="+section+"&"+pars var url = ''/internal/ajax/requests.php''; var ComponentLoader = new