Answer the question
In order to leave comments, you need to log in
How to remove Javascript long running dialog?
I ran into such a problem using AJAX for a long time connecting and receiving / transmitting data (slow connection and not asynchronous ajax) - how can I do this so that Google Chrome does not pop up a window with a problem page? Maybe there is a key in this browser to cancel this window?
PS: The option with asynchronous ajax will not work =(
Answer the question
In order to leave comments, you need to log in
Try to break the received data into small pieces, pull them one by one in a loop, simulating a loop with the setTimeout(getOnePartofData(),0) directive, as a result there will be short moments of the browser hanging, and it may stop cursing :) You
can see an example here:
www.jstoolbox .com/2008/01/29/zapusk-skriptov-trebuyushhix-znachitelnogo-vremeni-vypolneniya/
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question