How to click the button when I click browser back button.
I tried with below JS,but its returning message, How to hide the message and click the button.
<script type="text/javascript"> window.onbeforeunload = function () { return "You work will be lost."; };
</script>
Go to the complete details ...