1 window.addEventListener('load', function(e) {2 3 4 5 6 7 /*8 var connection_status = null;9 window.checkConnection = function() {10 var a = document.getElementById('status');11 window.navigator.onLine ? a.innerHTML = 'online' : a.innerHTML = 'offline';12 };13 14 setInterval('checkConnection()', 1000);*/15 16 }, true);17 18 window.addEventListener('online', function(e) {19 alert(1888);20 });21 22 window.addEventListener('offline', function(e) {23 alert(2);24 });25
Este ShareCode tiene versiones:
- OnLine / OffLine Status: ???... (14/02/2013)
- OnLine / OffLine Status: ???... (24/04/2013)
- OnLine / OffLine Status: ???... (24/04/2013)
- OnLine / OffLine Status: ???... (24/04/2013)
- OnLine / OffLine Status: ???... (24/04/2013)
- OnLine / OffLine Status: ???... (24/04/2013)
Enlace
El enlace para compartir es: