You could have this long running request simply return a status of "still processing" or something like that right away, which would then trigger your client code to poll again in X milliseconds, repeatedly, until the process returns as complete. Of course this would mean that the initial request has to spawn a server side asynchronous process for the image creation stuff, but that should be easy enough to figure out.
On Wed, Feb 18, 2009 at 8:35 PM, dizzyjay <[email protected]> wrote: > > I have a script that facilitates 3 Ajax requests. One of the requests > takes a while for the server to render because it dynamically creates > a series of .png files in a hidden div which is toggled to display > inline. Because the server takes long to render, the users are > prompted (by IE) to turn off the script. Is there anything I can do > to turn off the warning using prototype? The request understandably > takes a long time. > > Thnx In advance, > dj > > > -- Ryan Gahl CEO Nth Penguin, LLC http://www.nthpenguin.com -- Inquire: 1-920-574-2218 Blog: http://www.someElement.com LinkedIn Profile: http://www.linkedin.com/in/ryangahl --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en -~----------~----~----~----~------~----~------~--~---
