<script type="text/javascript"> var reconnect = false; window.onfocus = function () { if (reconnect) { reconnect = false; alert("Perform an auto-login here!"); } }; window.onbeforeunload = function () { var msg = "Are you sure you want to leave?"; reconnect = true; return msg; }; </script>
Ajax
.cs
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)