Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2086 → Rev 2097

/web/status.php
468,15 → 468,6
</div-->
</div>
</body>
<!-- For no compliant browser with these javascript functions : onbeforeunload and unload, to disconnect users whose close status.php window. Now, we check if user is still connected while he is joinning 'still_connected.php' -->
<iframe id='iframe1' name='iframe1' src='/still_connected.php' frameborder="0" frameborder="0" width='0' height='0'></iframe>
<script>
document.getElementById('iframe1').contentDocument.location.reload(true);
window.setInterval("reloadIFrame();", 170000);
function reloadIFrame() {
document.getElementById("iframe1").src="/still_connected.php";
}
</script>
 
 
</html>