Clearing textbox / input field when browser's back button clicked :
<script> $(window).load(function () { $('form').get(0).reset(); }); </script>