I suppose you are using synchronous requests. Make sure your using async requests.
Best, Tobie On Feb 19, 3:35 am, 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
