I have a asp website with some pages depending on clientside javascript. One page is buildt up with an IFRAME. A javascript function is refreshing(downloading) another page inside the IFRAME every 20 sec or so. This works fine, but my as soon as the network drops down the script stops responding. I would like it to continue even if the page is offline so that when the network is up again the content off the IFRAME is refreshed. IS there a way to do this? I am using window.setTimeout in the script to refresh the IFRAME.
---------------------------
There are only 10 types of people in the world. Those who know binary numbers and those who don't
---------------------------
There are only 10 types of people in the world. Those who know binary numbers and those who don't